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)
Tracking
()
People
(Reporter: jiri.amler, Assigned: karnaze)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
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>
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
Assignee | ||
Comment 3•25 years ago
|
||
*** This bug has been marked as a duplicate of 29429 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•