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.

Multi-Column Ordered List Renumbering

Permalink | Mozilla | 1 comments
Reported on 7 September 2007

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.

Backgrounds show through in invisible tables

Permalink | (Orphaned), Safari | 2 comments
Reported on 6 September 2007

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.

Buttons with an image don't align with text ones

Permalink | Mozilla, Opera, Safari | 5 comments
Reported on 5 September 2007

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.

Absolute/Fixed elements align with Adjacent elements

Permalink | Explorer 7 | 1 comments
Reported on 4 September 2007

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.

IE7 Uncle Double Class Selector Bug

Permalink | Explorer 7 | 0 comments
Reported on 3 September 2007

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.

This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.




Search reports by browser:

Atom RSS

Recently discussed bug reports:

  1. float left and background problem (6)
    "I had a related problem and spen..."
    by Tim on 13 May 2008
  2. Radio check moves on reload when form field is removed (2)
    "Radio check doesn't move anymore..."
    by Roberto Mereu on 9 May 2008
  3. IE won't allow document.createElement('style') (15)
    "This is slightly off topic but I..."
    by Kevin Thommes on 8 May 2008
  4. position:absolute and overflow:auto causing text box cursor to disappear (7)
    "I used position: fixed on the ac..."
    by Pete Fearn on 30 April 2008
  5. Input Button Bug (2)
    "Well, IMHO workaround IS NOT INC..."
    by Adam Ɓyskawa on 28 April 2008
  6. innerHTML in XHTML pages (11)
    "It's better to use appendChild. ..."
    by Henri on 22 April 2008
  7. Load and unload events don't always fire (20)
    "Are you sure that method works?<..."
    by Zach Leatherman on 18 April 2008

Older entries

See the September 2007 archive and beyond.

Below you find a few resurrected bug reports.

border on tbody incorrectly rendered

Permalink | Safari | 0 comments
Reported on 23 March 2007

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.

Restoring default border for text input elements leaves left border color intact

Permalink | Explorer 5-6 Windows, Explorer 7 | 0 comments
Reported on 7 November 2006

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.

Hangs up on form element with display:table-cell

Permalink | Safari | 1 comments
Reported on 19 July 2006

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.

Incorrect clientX/Y for text of disabled INPUT elements in tables

Permalink | Explorer 5-6 Windows, Explorer 7 | 1 comments
Reported on 15 March 2006

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.

nested form/table causes extra whitespace

Permalink | Explorer 5-6 Windows, Explorer 7, Safari | 3 comments
Reported on 21 November 2005

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.