This is the monthly Bug Reports archive for July 2005.
In Explorer, if you need to set the accesskey attribute using setAttribute(), the attribute name passed in must be "accessKey" and NOT "accesskey".
Test page Workaround is not included
Reported by: Toh Zhiqiang.
If a blur event fires from an input when you close a tab (and not the entire browser), Safari crashes.
Test page Workaround is not included
Reported by: Beau Hartshorne.
In Internet Explorer 6.0 and higher, setting
html, body {position: relative;}
while in strict mode causes the browser to disallow scrolling. I don't know of any real-world applications where this would be a problem, but it's still a bug.
In Safari the entire body disappears if you set position: relative
on the HTML first, and then on the BODY. Safari crashes if you check BODY, then HTML, then uncheck BODY.
Workarounds include using quirks mode, or playing it safe and avoiding setting positioning to the html element.
Test page Workaround is included
Reported by: John Hansen.
It seems that if I attempt to specify the width of a list item tag (<li>) using either a CSS class or a STYLE attribute, IE does not increment the number in front of list each item. i.e. instead of a list with items numbering 1, 2, 3, and 4, I get a 4 item list numbering 1, 1, 1, and 1.
(ppknote: This bug is very similar, but not identical, to width on ol/ul.)
Test page Workaround is not included
Reported by: Kris Oye.
Elements don't display correctly if they have a background color and a child element that uses float: left
.
The #content{background: #FFFFFF;}
declaration is the source of the problems. Remove it and the hidden element displays fine.
Bug applies only to Explorer 6.
Test page Workaround is not included
Reported by: Francis Mak.
When IE6 wraps an inline element with white-space:nowrap
onto the next line, the element loses its left padding. Workaround is to use inline-block display instead of inline, though this doesn't work for list items.
Test page Workaround is included
Reported by: Alan Harder.
Text inside a display:-moz-inline-block
element cannot be aligned. Not only that, it doesn't do word wrapping.
Test page Workaround is not included
Reported by: Jordi Pujalte.
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