Closed
Bug 284019
Opened 20 years ago
Closed 19 years ago
{inc}Right float inside table gets scrunched up when text size is changed
Categories
(Core :: Layout: Floats, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 305301
People
(Reporter: mrnobo1024, Unassigned)
References
()
Details
(Whiteboard: [reflow-refactor])
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
When a table has an element inside it that's floated right, when the text size
is increased or decreased, it becomes as narrow as possible. Changing the text
size back does not restore the table to the proper width.
Reproducible: Always
Steps to Reproduce:
1. Go to a page with nested right floats
2. Increase or decrease the text size
Actual Results:
The table becomes as narrow as it can get.
Expected Results:
The table should stay at a reasonable width.
This does not happen if the inner element is floated left.
Updated•20 years ago
|
Whiteboard: [reflow-refactor]
Updated•19 years ago
|
Summary: Right float inside table gets scrunched up when text size is changed → {inc}Right float inside table gets scrunched up when text size is changed
The other bug has a testcase.
*** This bug has been marked as a duplicate of 305301 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•