Closed
Bug 118725
Opened 24 years ago
Closed 24 years ago
Problems with dynamically show/hide table rows
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: alexander.grimalovsky, Assigned: attinasi)
Details
Attachments
(2 files)
Here is a simple testcase, attached to this bug, which shows strange behaviour
of a table, when trying to change 'display' style of its row.
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
attaching corrected test case, marking WFM
disply: block; and display: table-row; are two very different animals, and IE is
rendering your test case incorrectly (though I'm not sure Mozilla got it perfect
either. anyway, table-row is what you want)
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
OS: Windows 2000 → All
Hardware: PC → All
Resolution: --- → WORKSFORME
Comment 3•24 years ago
|
||
s/block/table-row/
You need to log in
before you can comment on or make changes to this bug.
Description
•