Bug Report - Latest reports
The Bug Report system is entirely dedicated to finding, mending and publishing
CSS and JavaScript browser bugs. Anyone can report bugs,
and I hope that the existence of this system will lead to more and better bug reports.
Below you find the latest bug reports and a few resurrected ones.
If you style an ordered list that contains links with the experimental -moz-column-count
the list items of the last columns will be renumbered when a link in that column is clicked.
Test page Workaround is included
Reported by: Brian Sweeney.
Background colors given to <col>, <tr>, and <tbody> on a table that is supposed to be invisible (visibility: hidden) still show up. Backgrounds given to individual cells or to elements inside cells are not shown (like expected).
Test page Workaround is not included
Reported by: Jeffrey Bush.
Sometimes you might want to mix text buttons with image buttons and insist on using the button tag. However, Firefox aligns the text buttons lower then the image buttons.
Test page Workaround is not included
Reported by: Laurens van der Klis.
I have a fixed div that is supposed to reside on the left side of the page and remain static using fixed positioning. There is another div adjacent to it that has a margin property that ensures it remains shifted to the right of my fixed element.
This looks fine in Firefox and Opera, but in IE7 the fixed element seems to 'inherit' somehow the margin of the adjacent element and positions itself relative to it, so that they share the same left margin. Any repositioning of the fixed element is relative to its adjacent node. This also happens if the node is adjacent.
Test page Workaround is not included
Reported by: Randeep.
Creating a [.class|*|element] + element
selector rule will cause IE7 to apply .class1.class2 element
or .class1.class2 > element
as though it was also a .class1.class2 + element:first-of-type
; assuming the final element getting selected in all the above rules are the same element type.
Test page Workaround is included
Reported by: Mit The Destroyer.
Older entries
See the September 2007 archive and beyond.
Below you find a few resurrected bug reports.
Safari incorrectly places a border below the tfoot element. This is fixed in the current nightlies of web kit.
Test page Workaround is not included
Reported by: Marc Pacheco.
Setting border: 2px inset
on a text input element (INPUT.text, INPUT.password, TEXTAREA) to return to its default border after having changed its border style and color leaves the left border's previous color intact.
Test page Workaround is included
Reported by: Jason Brunette.
Put the code: <form style="display:table-cell"></form>
in a page. Safari will hang and you must force it to quit.
Applying styles dynamically makes no difference.
Test page Workaround is not included
Reported by: Toby Woodwark.
The event.clientX/Y values for the text portion of disabled INPUT elements is reported relative to the left/top of the INPUT element and not the viewport if the INPUT element is in a table.
Test page Workaround is not included
Reported by: Jason Brunette.
When nesting a form wholy inside a
| cell certain browsers includes extra white space at the end of the form. This would appear to be a bug.
Test page Workaround is not included
Reported by: Jay Soffian.