NavBar in Internet Explorer 11 is not showing... There's just a white space where the NavBar should be. In Chrome or FireFox everything is OK
I've done everything I could (even removing all customization), but no luck. (this is only in SPO, the other O365 pages are OK)
There's a piece of script that's missing. In Internet Explorer you see:
<div class="ms-fullWidth " id="suiteBarTop" style="height: 50px; position: relative;">
</div>
In Chrome you see:
<div id="suiteBarTop" class="ms-fullWidth removeFocusOutline" style="height:50px; position:relative;">
<div id="O365_NavHeader" class="_1xVMn9B5LYQeuAOhVc_KCF_1k8GzbKB4qpRmhY09XQN-Q o365cs-base o365cst o365spo o365sx-navbar o365sx-search" role="region"......
........
Lots more lines with code that's the actual NavBar and App Launcher
.....
</div>
</div>
So the Div "O365_NavHeader" is not rendering, but I can't figure out why and where that piece of code should come from.
EDIT: I used the <meta http-equiv="X-UA-Compatible" content="IE=9" /> TAG on my masterpage! This was because of incompatibility issues in the past with Internet Explorer. Now this Tag is nog necessary anymore so I removed it, and the NavBar showed up!
Regards,
Boudewijn