kavinithiy / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Why is ie7-js requesting CSS files from my application? #284

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. reference a css file that is located on a server outside of your domain
2. reference the ie9.js file
3. run the app and watch it crash
4. see the additional info for a better description

--What is the expected output? What do you see instead?
I expect the application to run. What I see is it crashing because the js file 
is requesting every css file that my HTML file references

--What version of the product are you using? On what operating system?
http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js
asp.net mvc 2 on the local dev server, windows 7

--Please provide any additional information below.
I've outlined this issue here: 
http://stackoverflow.com/questions/3762534/why-is-ie7-js-requesting-css-files-fr
om-my-application

Original issue reported on code.google.com by thedaveb...@gmail.com on 21 Sep 2010 at 10:54