Closed
Bug 498700
Opened 16 years ago
Closed 16 years ago
imip bar is not displayed, error "GetLoadedMessage is not defined" in imip-bar.js
Categories
(Calendar :: E-mail based Scheduling (iTIP/iMIP), defect)
Calendar
E-mail based Scheduling (iTIP/iMIP)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b1
People
(Reporter: ssitter, Assigned: mschroeder)
References
(Blocks 1 open bug)
Details
(Keywords: regression, Whiteboard: [needed beta][no l10n impact])
Attachments
(1 file)
|
2.67 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
Lightning 1.0pre (BuildID: 20090616094218) with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1pre) Gecko/20090616 Shredder/3.0b3pre
Selecting an email message containing an invitation throws the following error in console, imip bar with accept/decline button is not visible:
Error: GetLoadedMessage is not defined
Source File: chrome://lightning/content/imip-bar.js
Line: 49
| Reporter | ||
Comment 1•16 years ago
|
||
According to mxr the function existed in the 1.8.1 Thunderbird builds:
http://mxr.mozilla.org/mozilla1.8/ident?i=GetLoadedMessage
But it doesn't exist on the 1.9.1 Thunderbird builds anymore:
http://mxr.mozilla.org/comm-central/ident?i=GetLoadedMessage
| Reporter | ||
Comment 2•16 years ago
|
||
The GetLoadedMessage() was removed with the checkin from Bug 474701 four days ago: <https://hg.mozilla.org/comm-central/rev/b0e37b312b54>
Flags: blocking-calendar1.0?
Keywords: regression
Summary: Error "GetLoadedMessage is not defined" in imip-bar.js → imip bar is not displayed, error "GetLoadedMessage is not defined" in imip-bar.js
| Reporter | ||
Updated•16 years ago
|
Blocks: gloda-ui-regressions
| Reporter | ||
Comment 3•16 years ago
|
||
According to IRC "gFolderDisplay.selectedMessage" might work. But it returns a MsgHdr instead of a MsgURI. <https://developer.mozilla.org/en/Extensions/Thunderbird/HowTos#Thread_Pane> has some details.
Updated•16 years ago
|
Flags: blocking-calendar1.0? → blocking-calendar1.0+
Whiteboard: [needed beta][no l10n impact]
Updated•16 years ago
|
OS: Windows XP → All
Hardware: x86 → All
| Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #3)
> According to IRC "gFolderDisplay.selectedMessage" might work. But it returns a
> MsgHdr instead of a MsgURI.
> <https://developer.mozilla.org/en/Extensions/Thunderbird/HowTos#Thread_Pane>
> has some details.
or "gMessageDisplay.displayedMessage"? Does this also work in the (standalone) message window?
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → mschroeder
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•16 years ago
|
||
Attachment #384252 -
Flags: review?(philipp)
Comment 6•16 years ago
|
||
Comment on attachment 384252 [details] [diff] [review]
Patch v1
Codewise this looks ok, r=philipp
Attachment #384252 -
Flags: review?(philipp) → review+
| Assignee | ||
Comment 7•16 years ago
|
||
Pushed to comm-central <http://hg.mozilla.org/comm-central/rev/963ded786cb7>
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.0
Comment 8•14 years ago
|
||
These bugs are likely targeted at Lightning 1.0b1, not Lightning 1.0. If this change was done in error, please adjust the target milestone to its correct value. To filter on this bugspam, you can use "lightning-10-target-move".
Target Milestone: 1.0 → 1.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•