Bug Reports for April 2006

This is the monthly Bug Reports archive for April 2006.

Disappearing forms

Permalink | Safari, iCab | 1 comments
Reported on 12 April 2006

In Safari, if you have a form that's inside a div with the clearfix (read about it here) class applied, the form will not show up on the page unless you specifically apply display: block to the containing div.

Test page Workaround is included
Reported by: Amber Rhea.

CSS Bug in MSIE 6 - Selector with an ID and a Class on the Same Element

Permalink | Explorer 5-6 Windows | 1 comments
Reported on 10 April 2006

Let's say that you have an element with an id of id. This element can have either of two different classes, classOne or classTwo. (Either you're swapping the className in script, or it can have different classes on different pages.)

Your CSS might look like this:

#id.classOne { some styles }
#id.classTwo { some different styles }

In MSIE 6, the #id.classTwo style will never be applied - unless it is put in a separate style tag or style sheet.

Test page Workaround is included
Reported by: Isaac Z. Schlueter.

Older reports

See the March 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