Closed
Bug 130407
Opened 23 years ago
Closed 22 years ago
toggling style:display of a TD from "block" to "none" and back doesn't work
Categories
(Core :: Layout, defect, P4)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 125701
Future
People
(Reporter: udittmer, Assigned: attinasi)
References
()
Details
Setting the style:display attribute of a TD element to "none" makes the cell
contents disappear, but then setting it to "block" doesn't restore them. If the
element is a DIV instead if a TD, it works as expected. The URL desmonstrates
both cases.
This happens with Mozilla 0.9.9 on WinNT and MacOS 9.2, but works fine in
Netscape 6.2 and IE 5 on WinNT.
Comment 1•23 years ago
|
||
This is a duplicate, but I can't find the original at the moment....
As a note, the correct display for a td is "table-cell", not "block". That will
work in all versions of Mozilla.
Whiteboard: DUPEME
Unable to find a dup for this bug
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 4•22 years ago
|
||
Similar to bug 125701, setting tr to display:block instead of display:table-row
doesn't work.
Comment 5•22 years ago
|
||
Yeah, that's the one.
*** This bug has been marked as a duplicate of 125701 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•