Closed
Bug 448953
Opened 17 years ago
Closed 17 years ago
table outline grows when followed by a float and dynmically adding elements
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 428278
People
(Reporter: crazy-daniel, Unassigned)
Details
(Keywords: regression, testcase)
Attachments
(1 file)
|
561 bytes,
text/html
|
Details |
While surfing webdevout.net's tables I encountered strange lines covering the headers.
On further investigation I came across this bug and created a small testcase. I think I can't make it any smaller now.
When you hover the table, its outline grows into all directions. The table has to be covered by a floated element. And then the bug only happens when a element is added dynamically.
This bug happens in Firefox 3.0.1 and current trunk, but not in Firefox 2. I also noticed that it only happens in Standards Mode.
In the testcase, when you hover the table ofen enough so that the text nodes added need a horizontal scrollbar, the ouline gets reset, but then every following hover will make the outline grow again.
Comment 1•17 years ago
|
||
Do you have a regression range for this?
Comment 2•17 years ago
|
||
The patch in bug 428278 fixes this.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•