Closed
Bug 54118
Opened 24 years ago
Closed 24 years ago
cellpadding destroyed when table is hidden and shown again
Categories
(Core :: Layout: Tables, defect, P2)
Core
Layout: Tables
Tracking
()
People
(Reporter: rossi, Assigned: karnaze)
References
()
Details
(Keywords: css1, testcase)
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20000925
BuildID: 2000092508
i have a table inside a div. this table has cellpadding and is displayed
correctly. when i hide the div with javascript and then show it again, the
cellpadding disappears. i also reproduced this with the linux version
2000091312. i have read some similar bugs, i guess theres some issue with
re-creating cellpaddings in general.
Reproducible: Always
Steps to Reproduce:
1. got to the test page i supplied (http://telnet.at/mozillabugs/2000092501.html)
2. click on the "show/hide" link twice.
Actual Results: the table appears differently than it first loaded
Expected Results: the table should appear the same way as it did before being
hidden and shown again - with cellpadding
Comment 1•24 years ago
|
||
Confirming bug and attaching a simplified testcase (essentially the same as the
original except I took out the div). Behavior is cross platform.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
Hardware: PC → All
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
This is quite an important bug. The testcases show three examples of where this
occurs, all three serious in their own right. To top it off, I have seen this
effect on real world pages during simple mousing around. I would therefore
highly recommend this bug be considered a high-profile backwards compatability
RTM blocker.
Pavlov: This is the bug that we saw on your page.
Assignee | ||
Comment 5•24 years ago
|
||
This may be a dup of 40828 which has a fix.
Assignee | ||
Comment 6•24 years ago
|
||
*** This bug has been marked as a duplicate of 40828 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•24 years ago
|
Priority: P3 → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•