Closed
Bug 136153
Opened 23 years ago
Closed 23 years ago
Hiding a table does not uncover a previously covered table
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: hs, Assigned: karnaze)
Details
Attachments
(1 file)
925 bytes,
text/html
|
Details |
Let a table A cover another table B. Setting A's visibility to 'hidden' in a
script does not uncover B.
Notes:
- This problem does not appear with DIVs instead of TABLEs.
- The problem does not appear if A's visibility is 'hidden' from the beginning.
- Perhaps this bug is related to
http://bugzilla.mozilla.org/show_bug.cgi?id=136041
Reporter | ||
Comment 1•23 years ago
|
||
Testcase added
Comment 2•23 years ago
|
||
The HTML in the testcase is not well-formed HTML. Still this works perfectly for
med with build 20020404 Windows 2000.
Comment 3•23 years ago
|
||
WFM 2002040803 NT4
Linux only?
Reporter | ||
Comment 4•23 years ago
|
||
I found the bug in release 0.9.9 for Linux.
I've downloaded a nightly build now (2002040808 for Linux)
and it appears that the bug has been fixed in the meantime.
Sorry for the confusion.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•