javascript - Twitter Bootstrap issue with IE11 when set with Browser Profile Enterprise -


i'm stuck issue web page built bootstrap 3. company ie configured load intranet pages in enterprise profile mode in machines. others users default profile set in ie11 desktop.

enter image description here

with configuration layout broke completely.

but when changed profile desktop web page works if kind of document mode (edge, ie10, 9, 8 7).

also i'm using conditional style control fix layout problems , ie 8 polyfills respond , html5shiv libraries.

enter image description here

enter image description here

enter image description here

there way detect if ie11 in enterprise profile using html5, js or css3? how user agent ie emulates in profile?

someone has found layout trouble modern html5/bootstrap web sites intranet or ie11 in enterprise mode?

i'm guessing isn't possible turn mode off in company.

thanks help.

.right:{<style><div></div></style>} (yes/no).

.right{color: #fffff ; background: #dvsdsadga; } (yes/no).

<button>share public yes/no touch button</button>


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -