Side navigation
#5755 closed bug (worksforme)
Opened January 05, 2010 11:36AM UTC
Closed November 01, 2010 05:19AM UTC
Bug in IE6 (on double-margin float div after comment in body with margin:auto)
Reported by: | anekhero | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
strange, rare bag
on configuration:
Jquery 1.3.2
IE6 (6.0.2900.2180.xpsp_sp2_rtm.040803-2158)
WindowsXP SP2
Core2Duo
2GB
trouble:
IE6 crashed with message:
"Runtime Error!
Program: ...IEXPLORE.EXE
R6025
- pure virtual function call"
if open page with this code:
<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 StrictEN" "http:www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>crazy bug</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
</head>
<body style="width:205px;margin:auto;">
<div style="width:100px;float:left;"></div>
<!-- comment -->
<div style="width:100px;margin-left:5px;float:left;"></div>
</body>
</html>
Attachments (0)
Change History (1)
Changed November 01, 2010 05:19AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |