OfficeDev / SharePoint_Provider-hosted_Add-ins_Tutorials

A series of Visual Studio solutions to accompany the MSDN tutorial series about provider-hosted SharePoint Add-ins
MIT License
19 stars 17 forks source link

(on-premise) SP.UI.Controls.Navigation seems bugged. #1

Closed thaxy closed 8 years ago

thaxy commented 8 years ago

Hi,

I am currently testing your tutorial/guideline on my on-premise SP 2013 Enterpise Server (with CU January 2016). It seems that my Ribbon/Chrome control is somehow bugged. I tested it in different browsers from IE, Edge to FireFox. capture As you see in the image above the icon of the question mark is not displayed correctly. Furthermore I don't have a background change and right border when I hover/click the icon. That's a diffrent behaviour compared to the 'official' ribbon. untitled

Last but not least I can't close the dropdown window when I click on an empty page area. I don't get any script errors...

Is this a bug or normal? Can anyone guide me in a direction for a fix. I can't debug that minified SP.UI.Controls.js.

thaxy

thaxy commented 8 years ago

Ok, wow. Really weird. I downloaded the SharePoint Online version of the correspondening .js file. https://cdn.sharepointonline.com/15761/_layouts/15/16.0.4921.1214/SP.UI.Controls.js Included it in my provider-hosted project and it worked. So there are two possibilities left: a) My SharePoint installation is messed up and contains old/bugged .js files b) On-premise SharePoint is not well maintained and it hasn't been fixed because noone uses/reported it

My colleagues are going to install a fresh (latest msdn) SP 2013 Foundation version for a customer tomorrow. I am going to grab this file too and keep it updated here.

Rick-Kirkham commented 8 years ago

This is a known bug in the Chrome Control. See Chrome Help Icon Missing for a fix. Since this is not really an issue with the samples in this repo, I'm closing this issue

thaxy commented 8 years ago

Thanks for your help and the great repo you provided here.