Closed
Bug 319657
Opened 19 years ago
Closed 19 years ago
Thunderbird code assumes document.firstChild is the root element
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jason.barnabe, Assigned: iannbugzilla)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mscott
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
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.
Changes document.firstChild to document.documentElement
Updated•19 years ago
|
Attachment #207672 -
Flags: review?(mscott) → review+
Updated•19 years ago
|
Attachment #207672 -
Flags: superreview+
Comment on attachment 207672 [details] [diff] [review]
Simple patch v0.1 (Checked into trunk)
Checking in (trunk)
commandglue.js;
new revision: 1.56; previous revision: 1.55
mailWindowOverlay.js;
new revision: 1.106; previous revision: 1.105
done
Attachment #207672 -
Attachment description: Simple patch v0.1 → Simple patch v0.1 (Checked into trunk)
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•