Closed
Bug 5759
Opened 26 years ago
Closed 26 years ago
[table] incremental reflow assertion setting cell text via dom
Categories
(Core :: Layout: Tables, defect, P1)
Core
Layout: Tables
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: waterson, Assigned: karnaze)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
If you create a table cell with no text child, append it to the table's content
model, then try to append a text child to the cell later, table frame code
barfs. I am going to attach a simple test case that illustrates the above.
1. Open it.
2. Click "Add Row With Empty Cell"
3. Click "Set Cell Value" *boom*
Reporter | ||
Updated•26 years ago
|
Summary: [table] incremental reflow setting cell text via dom → [table] incremental reflow assertion setting cell text via dom
Reporter | ||
Comment 1•26 years ago
|
||
Assignee | ||
Updated•26 years ago
|
Severity: normal → major
Status: NEW → ASSIGNED
Priority: P3 → P1
Target Milestone: M6
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Fixed with latest checkin.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Tested using 5/7 Apprunner on Win 95, Win 98, Win NT, Mac8.5 and Linux.
Verified bug fixed across platform.
You need to log in
before you can comment on or make changes to this bug.
Description
•