Closed Bug 57618 Opened 24 years ago Closed 23 years ago

Tables obscured by their own margins after style change

Categories

(Core :: DOM: Core & HTML, defect, P3)

defect

Tracking

()

VERIFIED DUPLICATE of bug 86314

People

(Reporter: jwbaker, Assigned: karnaze)

Details

(Keywords: css2, dom2, testcase)

Attachments

(1 file)

This bug is hard to explain, so please use the attached testcase.  The table has
two cells.  One of the cells initially has "display: none".  After clicking on
the visible cell, the second cell is changed to "display: table-cell".  When
this happens, the tables margins are miscalculated such that the left side of
the table is obscured.

Again, please use the testcase for a more clear demonstration.
Attached file Testcase
Keywords: css2
Good catch!

This is an incremental repaint problem. When the display property changes, we
are not repainting the area to the left of the original left of the table (the
table moves because it is centered).
Component: HTMLTables → DOM Level 2
OS: Linux → All
QA Contact: chrisd → ian
Hardware: PC → All
Keywords: dom2
Component: DOM Level 2 → DOM HTML
QA Contact: ian → amar

*** This bug has been marked as a duplicate of 86314 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
verified dupe
Status: RESOLVED → VERIFIED
Component: DOM: HTML → DOM: Core & HTML
QA Contact: amar → general
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: