Opened 13 years ago
Closed 12 years ago
#5755 closed bug (worksforme)
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>