Disappearing forms

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.

Safari, iCab | Reported on 12 April 2006.

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

Comments

(Add your own)

1 Posted by Tino Zijdel on 13 April 2006 | Permalink

You can automatically clear floats much more elegantly by using overflow: auto or hidden on the containing element instead of using the mentioned clearfix method.