Closed
Bug 20772
Opened 25 years ago
Closed 25 years ago
Dynamic changes within tables not reflowed correctly
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: dbaron, Assigned: troy)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
DESCRIPTION: Dynamic changes to the display property don't cause a correct
reflow of a table that contains the thing being changed when that table should
be shrunk.
In the attached test case, the first test line is in table cells, and the latter
is in a paragraph. If you hover the mouse over the line, it should get longer.
However, when the mouse is off, it should get shorter again. This works
correctly for the line in the paragraph, but not for the one in the table.
STEPS TO REPRODUCE:
* load attached test case
* hover mouse over second and fourth lines
EXPECTED RESULTS:
* line should get some extra text added to it, but only while the mouse is
over. It should shrink back down when the mouse is away.
ACTUAL RESULTS:
* The line in the table (second line) doesn't shrink back down.
DOES NOT WORK CORRECTLY ON:
* Linux, mozilla, 1999-12-02-16-M12
ADDITIONAL INFORMATION:
This is spun off bug 19926.
Reporter | ||
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Assignee: karnaze → troy
Comment 2•25 years ago
|
||
Troy, can you take a quick look and reassign back to me if appropriate.
Comment 3•25 years ago
|
||
This bug report looks very much like bug 19535 - "Table cell isn't resized
after text size is changed" - they are at least related. In that bug, the
table cells are made larger by enlargement of existing text on mouseover,
rather than addition of text on mouseover.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed. Now the table cell will shrink back down to its original size when the
mouse is off
Comment 5•24 years ago
|
||
Verified with Linux 2000062008 (so many zero's!). Works great!
Status: RESOLVED → VERIFIED
Keywords: verifyme
Comment 6•24 years ago
|
||
Also works properly with 2000-06-19-08-M17 on WinNT.
You need to log in
before you can comment on or make changes to this bug.
Description
•