Closed
Bug 322520
Opened 19 years ago
Closed 19 years ago
Code assumes document.firstChild is the root element
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 319659
People
(Reporter: iannbugzilla, Assigned: jag+mozilla)
Details
This is the xpfe version of toolkit bug 319656
Bug 319654 is about adding processing instructions in XUL to the DOM tree. When
that happens, any code that thinks document.firstChild is the document element
will break. We need to change it to document.documentElement.
Comment 1•19 years ago
|
||
Isn't bug 319659 the XPFE version of that bug?
*** This bug has been marked as a duplicate of 319659 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•