Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Angular route on IE9 with “compatibility view” crash the browser #7916

Closed
acostaf opened this issue Jun 20, 2014 · 2 comments
Closed

Angular route on IE9 with “compatibility view” crash the browser #7916

acostaf opened this issue Jun 20, 2014 · 2 comments

Comments

@acostaf
Copy link

acostaf commented Jun 20, 2014

Hi

I am using angular version 1.2.10 (also test it with 1.2.18 and 1.2.10) to create an app that user can go to the main page that it is list of item of some sort and another page for item detail also users can go directly to this page using deep linking.

So the problem it is related with deep linking combine with IE9 "compatibility view", as soon as the user go directly to the detail page IE9 crashes, the symptoms are that browser will reload all the javascript files in a loop will ie dies, I have seen IE9 downloading all the js files more than 500 times or till machine memory runs out

I have already try setting a meta header on the file as name="X-UA-Compatible" value="IE=9", but this change the document mode not the browser mode that will be still on IE9 "compatibility view".

@btford
Copy link
Contributor

btford commented Jul 21, 2014

Please:

  1. Provide a reproduction via plnkr.co or jsfiddle.
  2. Check that the problem persists after updating Angular.

This saves us a lot of time. Thanks!

@Narretz
Copy link
Contributor

Narretz commented Jan 22, 2016

Compatibility mode is not supported.

@Narretz Narretz closed this as completed Jan 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants