Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force IE compatibility to edge for Intranet sites #191

Merged
merged 1 commit into from Sep 2, 2014

Conversation

jeremycook
Copy link

By default Internet Explorer is configured to render in compatibility mode, effectively IE 7 mode, when it encounters a known Intranet site. Telling IE to run in "edge" mode will cause IE 9 to run in IE 9 mode, IE 10 to run in IE 10 mode, and so on.

More on IE's "smart defaults":
http://tesmond.blogspot.com/2011/10/ie9-intranet-compatibility-mode-in.html
http://blogs.msdn.com/b/ie/archive/2009/06/17/compatibility-view-and-smart-defaults.aspx

More on setting the compatibility mode:
https://www.modern.ie/en-us/performance/how-to-use-x-ua-compatible

By default Internet Explorer is configured to render in compatibility mode, effectively IE 7 mode, when it encounters a known Intranet site. Telling IE to run in "edge" mode will cause IE 9 to run in IE 9 mode, IE 10 to run in IE 10 mode, and so on.

More on IE's "smart defaults":
http://tesmond.blogspot.com/2011/10/ie9-intranet-compatibility-mode-in.html
http://blogs.msdn.com/b/ie/archive/2009/06/17/compatibility-view-and-smart-defaults.aspx

More on setting the compatibility mode:
https://www.modern.ie/en-us/performance/how-to-use-x-ua-compatible
@odinserj
Copy link
Member

odinserj commented Sep 2, 2014

@jeremycook, thanks for the fix and especially for the detailed description! Merging...

odinserj added a commit that referenced this pull request Sep 2, 2014
Force IE compatibility to edge for Intranet sites
@odinserj odinserj merged commit f4ebc56 into HangfireIO:master Sep 2, 2014
@odinserj odinserj added this to the 1.1.0 milestone Sep 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants