Closed
Bug 520984
Opened 16 years ago
Closed 15 years ago
Font size in table / tables grows up and destroys the layout
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: raphael.schwaag, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
when i click 10 times fast in the menu at "Turniere" the font size of the content table will grow up and the layout crashes. with ie 7 or ie 8 everything works without bugs. the linked url is w3c validated too.
Reproducible: Sometimes
Steps to Reproduce:
1. go to this link http://www.pokerden.de/index.php?section=turnier&action=list
2. click very fast 10 times in the menu at "Turniere"
Comment 1•16 years ago
|
||
Confirming with
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a1pre) Gecko/20091007 Minefield/3.7a1pre (.NET CLR 3.5.30729)
and
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
You don't need to click fast, just click the "Turniere" link on the left. It seems to be time dependent if you get the same page but with a bigger table. The table has neither class nor id, so it's the table stuff in the CSS which should be the problem.
It's also no caching issue, maybe completely random?
Status: UNCONFIRMED → NEW
Component: General → DOM: CSS Object Model
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → general
Updated•16 years ago
|
Version: unspecified → Trunk
Comment 2•16 years ago
|
||
I can't reproduce this on Windows Vista with latest trunk with html5.enable to true. But I do see it with html5.enable to false.
When you make this:
* #content td
{
font-size:12px;
}
the error is a little bit fixed. now the table dont crashes. but the border color changes to from black to gray. ;)
Comment 6•16 years ago
|
||
I can't reproduce this (the increased font-size) with Firefox 3.0 so it seems a regression. I'll try to find more info about the regression later, if I'm lucky within 12 hours.
Keywords: regression
Comment 7•16 years ago
|
||
I can't reproduce it anymore, possibly the code of the page has changed.
If you want to keep this bug open, you need to upload a testcase:
https://developer.mozilla.org/en/Reducing_testcases
In any case this bug will probably be fixed for Firefox 4, when html5.enable will be set to true by default.
You can try it out:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central/
and in about:config set the preference html5.enable to true.
Description here: http://kb.mozillazine.org/About:config
Keywords: regression
QA Contact: general → style-system
Sounds like this was fixed by the html5 parser. Please reopen if that's not the case.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Component: DOM: CSS Object Model → Layout
QA Contact: style-system → layout
You need to log in
before you can comment on or make changes to this bug.
Description
•