I am facing an issue with a Bootstrap 3 web page. Some machines have IE configured to load intranet pages in Enterprise profile mode, while others have the default Desktop profile set in IE11.
This configuration has caused the layout to break completely.
Switching to another profile like desktop allows the web page to work normally across different document modes (Edge, IE10, 9, 8, and even 7).
Additionally, I am using conditional style control to address layout issues, along with IE 8 polyfills and html5shiv libraries.
Is there a way to detect if IE11 is in Enterprise profile using HTML5, JS, or CSS3? How does the user agent in IE emulate this profile?
Has anyone encountered layout problems with modern HTML5/Bootstrap websites on IE11 in Enterprise mode when accessing intranet sites?
I suspect that turning off this mode is not an option in my company.
Thank you for any assistance.