You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2009-07-09 23:56:56
- Paul
- Developer
- From: Wales, UK
- Registered: 2008-04-27
- Posts: 1,623
Firefox css bug rediscovered
http://www.zeldman.com/2009/07/09/firefox-test-page/
A bit of a nasty one but fortunately confined to long pages. That does mean it is a potential problem for blog entries with lots of comments or for forum threads depending on the css/markup employed by the forum application.
The only thing worse than finding a bug is knowing I created it in the first place.
Offline
#2 2009-07-10 00:03:26
- Smartys
- Former Developer
- Registered: 2008-04-27
- Posts: 3,117
- Website
Re: Firefox css bug rediscovered
So, I couldn't figure it out from reading that site: what markup/CSS causes that issue? Is there a bug report over at the Mozilla bugtracker that people can follow?
Offline
#3 2009-07-10 00:24:33
- Paul
- Developer
- From: Wales, UK
- Registered: 2008-04-27
- Posts: 1,623
Re: Firefox css bug rediscovered
https://bugzilla.mozilla.org/show_bug.cgi?id=215055
Its an old bug which could now become a problem because people (including me) have started using overflow:hidden/overflow:auto rather more than was previously the case e.g for shrink wrapping floats.
The only thing worse than finding a bug is knowing I created it in the first place.
Offline
#4 2009-07-10 00:29:43
- Smartys
- Former Developer
- Registered: 2008-04-27
- Posts: 3,117
- Website
Re: Firefox css bug rediscovered
Got it. The "old" way was an extra clearer div, right?
Offline
#5 2009-07-10 00:34:45
- Paul
- Developer
- From: Wales, UK
- Registered: 2008-04-27
- Posts: 1,623
Re: Firefox css bug rediscovered
Right. The newer way which flux 1.3 uses is to insert a clearing element with :after but that is something of a hack. In practice, blogs are the most vulnerable because they generally don't paginate comments so a lot of comments could result in a huge page. Forums tend to paginate so the pages are shorter even with a huge thread.
The only thing worse than finding a bug is knowing I created it in the first place.
Offline
Pages: 1
