gehuangyi20 / ie7-js

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

IE7.js crash on IE6 with 2 border css properties. #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Having a css like this:
.no_border {border:0px;}
.red_box {width:100%;border:1px solid #DE0000;"}

And the HTML:

<div class="red_box no_border">
WHATEVER
</div>

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

I expect to see... well.. you know. And it crash IE6. Displaying:

Runtime Error!

Program: C:\Program Files\Internet Explorer\IEXPLORER.EXE

R6025
-pure virtual function call

What version of the product are you using? On what operating system?
Windows XP Professional
Internet Explorer 6.0.2900.2180.xpsp_sp2

Original issue reported on code.google.com by celeb...@gmail.com on 18 Feb 2008 at 4:23

GoogleCodeExporter commented 9 years ago
I can't recreate this problem. Can you provide a sample HTML page?

Original comment by dean.edw...@gmail.com on 18 Feb 2008 at 4:31

GoogleCodeExporter commented 9 years ago
Sure.

The css that creates the failure is home_public.css

Also, if i delete the blocks that loads through ajax, the problem also get 
solved
(you can recognize them by the loading image).
So... im really stuck with this.

http://www.atrapalo.com/adimages/ie7crash/ex.html

Original comment by celeb...@gmail.com on 18 Feb 2008 at 4:48

GoogleCodeExporter commented 9 years ago
You need to provide a simpler test case. The page you link to has lots of 
additional
JavaScript. Does it work without IE7?

Original comment by dean.edw...@gmail.com on 18 Feb 2008 at 5:22

GoogleCodeExporter commented 9 years ago

Original comment by dean.edw...@gmail.com on 25 Feb 2008 at 8:32