Closed
Bug 419184
Opened 18 years ago
Closed 18 years ago
"msgHeaderParser is not defined" when dragging mail to Calendar item
Categories
(Calendar :: Lightning Only, defect)
Calendar
Lightning Only
Tracking
(Not tracked)
VERIFIED
FIXED
0.9
People
(Reporter: bugzilla, Assigned: ssitter)
References
Details
Attachments
(1 file)
|
2.66 KB,
patch
|
dbo
:
review+
|
Details | Diff | Splinter Review |
when I drag a mail to Calendar item I get:
Error: msgHeaderParser is not defined
Source File: chrome://calendar/content/calendar-dnd-listener.js
Line: 62
using trunk tbird and trunk lightning
Comment 1•18 years ago
|
||
Henrik, does this also happen with branch builds?
And what build were you using (TB and LT)?
| Reporter | ||
Comment 2•18 years ago
|
||
TB: version 3.0a1pre (2008022103)
Lightning: 0.6a1 (2008022218)
| Assignee | ||
Comment 3•18 years ago
|
||
Works for me using Thunderbird 2.0.0.13pre (20080222) + Lightning 0.8pre (2008022218) but I can confirm for Trunk builds.
This seems to be caused by Bug 416666 that removed msgHeaderParser from global scope in mail/base/content/msgHdrViewOverlay.js.
Blocks: 416666
Version: unspecified → Trunk
| Assignee | ||
Comment 4•18 years ago
|
||
This patch ought to work for trunk (by getting the service directly) and mozilla1.8 branch (by renaming msgHeaderParser to headerParser).
Assignee: nobody → ssitter
Status: NEW → ASSIGNED
Attachment #305206 -
Flags: review?(daniel.boelzle)
Comment 5•18 years ago
|
||
Comment on attachment 305206 [details] [diff] [review]
don't rely on global var msgHeaderParser
r=dbo
Attachment #305206 -
Flags: review?(daniel.boelzle) → review+
| Assignee | ||
Updated•18 years ago
|
Keywords: checkin-needed
Whiteboard: [checkin needed after 0.8]
Comment 6•18 years ago
|
||
Checked in on HEAD and MOZILLA_1_8_BRANCH
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: checkin-needed
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Whiteboard: [checkin needed after 0.8]
Target Milestone: --- → 0.9
Comment 7•18 years ago
|
||
Checked with nightly trunk build 2008041318 -> task is verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•