Closed Bug 319657 Opened 19 years ago Closed 19 years ago

Thunderbird code assumes document.firstChild is the root element

Categories

(Thunderbird :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jason.barnabe, Assigned: iannbugzilla)

References

Details

Attachments

(1 file)

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.
Blocks: 319654
Changes document.firstChild to document.documentElement
Assignee: mscott → iann_bugzilla
Status: NEW → ASSIGNED
Attachment #207672 - Flags: review?(mscott)
Attachment #207672 - Flags: review?(mscott) → review+
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.

Attachment

General

Creator:
Created:
Updated:
Size: