Hi,
I have Windows 8.1 specific issue. When I connect my SP2010 server from win8.1 client I am seeing some weird behavior.
I have custom SharePoint ribbon commands. Following are the steps I follow:
1) Start new session of IE(11). Type SP server URL
2) Select any object in document library. Custom ribbon gets activated automatically.
And handleCommand: function() gets called and commandID is "InsightXTRibbon.PageComponent.Command.QueryCommand()"
3) Click on any button on ribbon. Again handleCommand: function() gets called but this time also commandID is same i.e. "InsightXTRibbon.PageComponent.Command.QueryCommand()"
4) All ribbon commands gets disabled.
This does not happen with any other client like Windows 7, Windows server 2008, even not reproducible on Windows 8.0.
This problem is only seen with Windows 8.1. Is there any change in behavior for javascript files or sharepoint running on Windows 8.1 client? Please help.
Thanks,
Sagar Gadekar