Closed Bug 30006 Opened 25 years ago Closed 25 years ago

Table cell disapears when changing it's className

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 29429

People

(Reporter: jiri.amler, Assigned: karnaze)

Details

Attachments

(1 file)

Build: M14 Just mouseover the first cell and see what is happenning. <html> <head> <style> <!-- td.horizontal { --> </style> </head> <body> <table border> <tr> <td class=horizontal id=m11 onmouseover="document.getElementById (id).className= document.getElementById(id).className">cell 1</td> <td>cell 2</td> </tr> </table> </body> </html>
QA Contact: gerardok → janc
Attached file Simplified testcase (deleted) —
The DOM works as it should, the class attribute of the first cell chages when it's moused over, this causes an incremental reflow and for some reason the reflow creates the first cell frame without content. Changing component to HTMLTables and reassigning... Seems like this could be a dup of bug 28553.
Assignee: vidur → karnaze
Component: DOM Level 1 → HTMLTables
QA Contact: janc → chrisd
Status: UNCONFIRMED → NEW
Ever confirmed: true
*** This bug has been marked as a duplicate of 29429 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Verified duplicate.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: