Closed
Bug 19509
Opened 25 years ago
Closed 25 years ago
DOM assign of tHead -> not correcly positioned
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
People
(Reporter: daniel, Assigned: vidur)
References
Details
Attachments
(1 file)
507 bytes,
text/html
|
Details |
(See attached test case)
When setting a tHead the header doesn't get added to the top of the table but to
the bottom. The problem is in
nsHTMLTableElement::SetTHead
It calls AppendChild instead of inserting it before the first child with
insertBefore.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Test case depends on fixing 9213 (tHead property get) first.
cc:ing karnaze. This looks like it's really a tables bug.
Assignee | ||
Comment 4•25 years ago
|
||
In an attempt to get my bug list in order again, marking all the bugs I have
currently as ASSIGNED.
Assignee | ||
Comment 5•25 years ago
|
||
Just saw this while scanning my bug list. Fixed it last week.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•