Seitk / ie7-js

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

firebug-lite + ie7-js crashes ie8 #309

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a page where you include both ie7-js and firebug-lite
2. open the page with Internet Explorer 8

http://getfirebug.com/firebuglite

What is the expected output? What do you see instead?

The page shall load, with firebug-lite enabled, instead IE8 crashes, recovers, 
crashes again and display the acr_error.html error (recovery error) …

What version of the product are you using? On what operating system?

Latest ie7-js + latest firebug-lite

Please provide any additional information below.

both work without the other, but mixed together you get a crash … tried a 
simple hello world page, moving one after the other … nothing works …

ie7-js is the only script that gets me this error.

Original issue reported on code.google.com by florian....@gmail.com on 19 Mar 2011 at 10:40

GoogleCodeExporter commented 9 years ago
here is a failing html code :

<html>
<head>
<title>Lorem Ipsum</title>
<script type="text/javascript" 
src="path-to-firebug-lite/firebug-lite.js"></script>
<link rel="stylesheet" type="text/css" href="path-to-ie9/IE9.js.less"/>
</head>
<body>
Hello World (Die IE8!)
</body>
</html>

IE8 (latest  8.0.6001.18702)
firebug-lite: (latest, freshly dowloaded 1.3.1 stable)
ie7-js: (latest, 2.1 beta4)

Original comment by florian....@gmail.com on 19 Mar 2011 at 10:50

GoogleCodeExporter commented 9 years ago
I created an issue on firebug-lite side as well (just in case) :

http://code.google.com/p/fbug/issues/detail?id=4239

Original comment by florian....@gmail.com on 19 Mar 2011 at 10:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here is a test case, latest version of firebug 1.3.2 does not help …

Original comment by florian....@gmail.com on 25 Mar 2011 at 10:09

Attachments: