Twitter Bootstrap IE11 issue when configured with Enterprise Browser Profile

I am stuck with an issue with a webpage created with Bootstrap 3. Company IE is configured to load intranet pages in corporate profile mode on some machines. For other users, the default profile in IE11 is the desktop.

enter image description here

With this configuration, the layout completely broke.

But when I go to another profile like desktop, the webpage works fine if any document mode (Edge, IE10, 9, 8 also 7).

Also I am using a conditional style control to fix some layout issues and also using IE 8 polyphones is also responsible for html5shiv.

enter image description here

enter image description here

enter image description here

Is there a way to detect if IE11 is in Enterprise profile using html5, js, or CSS3? How does IE user agent emulate in this profile?

Has anyone found layout issues with modern HTML5 / Bootstrap or IE11 websites in Enterprise mode?

I guess it is impossible to disable this mode in my company.

Thanks for the help.

+3


source to share


1 answer


.right:{<style><div></div></style>}

(well no).

.Right{color: #fffff ; background: #dvsdsadga; }

(well no).



<button>Share public yes/no touch this button</button>

0


source







All Articles