Closed
Bug 55954
Opened 24 years ago
Closed 24 years ago
style.display() fails to reflow tables height on toggling of content in a row
Categories
(Core :: DOM: CSS Object Model, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: rcherny, Assigned: karnaze)
References
()
Details
(Keywords: dom1)
From Bugzilla Helper:
User-Agent: Mozilla/4.7 [en] (WinNT; U)
BuildID: 2000100908
table with rows with graphics. graphics have "submenus" under them in the same
row which have their display property toggled. table fails to reflow height
when display is toggled off. size does not collapse to appear as though the
child content was not there.
Reproducible: Always
Steps to Reproduce:
1. create table.
2. add fixed size image.
3. add content in spans under fixed size image.
4. toggle display setting for that content.
Actual Results: table fails to reflow/resize (collapse) where the content
placeholder was which has been toggled off. the image then shifts to be aligned
center in the height of the row, which just looks bad on any design.
Expected Results: table should reflow/resize to collapse size of content area
as though it was never there.
There is a work around on the URL above which seems to fix the problem. it
isn't pretty, but it fixes it ... if you toggle the display property for the
entire table the table will reappear in the correct dimensions.
Comment 1•24 years ago
|
||
Looks like a table reflow problem, reassigning to karnaze.
Assignee: jst → karnaze
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•24 years ago
|
Component: DOM Level 1 → DOM Style
Comment 2•24 years ago
|
||
Taking QA Contact on all open or unverified DOM Style bugs...
QA Contact: janc → ian
Updated•24 years ago
|
QA Contact: ian → amar
Comment 3•24 years ago
|
||
Retested this in 2001041104 - Seems to work fine now (behaviour is
indistinguishable from IE 5.5).
Reporter | ||
Comment 4•24 years ago
|
||
confirmed in 2001041620 ... appears to be working now. this is a good thing.
although not sure how. guess someone/thing else fixed it.
should this be closed outright?
thanks
Assignee | ||
Comment 5•24 years ago
|
||
Marking worksforme based on Rob's comment.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•