Bug Reports for September 2006
This is the monthly Bug Reports archive for September 2006.
Safari doesn't show line-heights defined in the shorthand font declaration:
font:bold italic 14px/40px Arial, Helvetica, sans-serif;
The line height should be 40px, but it's not, in safari.
The solution is quite simple, though: use the common way to declare line-height:
line-height:40px;
Test page Workaround is included
Reported by: spark.
IE 6 returns "unknown" as the type for the getAttributeNode
function, instead of "undefined", making object detection more difficult. This happens for nodes in an Msxml2.XMLHTTP
object, but not for normal HTML.
Test page Workaround is not included
Reported by: Andy Harrison.
Safari's Date.setDate() function appears to be limited to a single byte number, making the range of date changes between -128 and 127.
Test page Workaround is included
Reported by: Squeeself.
When the HTML table attribute border="1"
is used with the CSS table property border-collapse: collapse;
and the CSS table cell property border-style: none;
, Mozilla incorrectly inserts a 1-pixel-wide black border between the cells in the table.
Test page Workaround is not included
Reported by: pauldwaite.
In Safari 2.0.4 (and possibly other versions), a Node's "children" property includes all descendant nodes, not just the immediate children. The "childNodes" property correctly returns only the immediate child nodes.
Test page Workaround is not included
Reported by: Steve Joynt.
IE7 has problems painting the background image of a div. You can move over the page and it repaints it white! The bug appears to be triggered by a line of code referencing a non-existent element.
Test page Workaround is included
Reported by: Chris Hester.
Events registered on img
objects don't fire if the image has an associated image map, and the targeted part of the image is part of an area
.
Test page Workaround is included
Reported by: Steve Joynt.
If a parent element is overflow:hidden
, any of its children or grandchildren should be invisible if they fall in the overflow area.
In IE 6 and 7 beta 2, if a child has position:relative
, its contents are totally visible although the parent is overflow:hidden
Test page Workaround is not included
Reported by: thinsoldier.
The use of italics on long text blocks makes the containing DIV wider.
Test page Workaround is included
Reported by: Howard Russell.
Older reports
See the July 2006 archive.
This site is no longer maintained. I’m sorry, but it’s just too much work for too little return.
You can continue to browse old bug reports, though.
Search reports by browser:
Atom
RSS