Closed
Bug 898683
Opened 11 years ago
Closed 11 years ago
Context menu for .eml files is broken
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(thunderbird24+ fixed, thunderbird25 fixed)
RESOLVED
FIXED
Thunderbird 26.0
People
(Reporter: squib, Assigned: squib)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.61 KB,
patch
|
mkmelin
:
review+
standard8
:
approval-comm-aurora+
standard8
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
This is fallout from bug 179033. Opening an .eml file throws the following error, which (among other things?) breaks the context menu so everything is shown:
Error: TypeError: message.folder is null
Source File: chrome://messenger/content/folderDisplay.js
Line: 1956
We need to make sure the message is not external before using message.folder.
Assignee | ||
Comment 1•11 years ago
|
||
Here's a quick fix for it.
Assignee: nobody → squibblyflabbetydoo
Status: NEW → ASSIGNED
Attachment #782033 -
Flags: review?(mkmelin+mozilla)
Comment 2•11 years ago
|
||
Comment on attachment 782033 [details] [diff] [review]
Fix this
Review of attachment 782033 [details] [diff] [review]:
-----------------------------------------------------------------
Thx for the fix! r=mkmelin
Attachment #782033 -
Flags: review?(mkmelin+mozilla) → review+
Updated•11 years ago
|
Keywords: regression
OS: Linux → All
Comment 3•11 years ago
|
||
So I think because bug 179033 got backed out, this doesn't need to be in TB 24?
Comment 4•11 years ago
|
||
(In reply to Mark Banner (:standard8) from comment #3)
> So I think because bug 179033 got backed out, this doesn't need to be in TB
> 24?
No, bug 179033 landed for tb24, it's just open because i wanted to figure out the test (which is awaiting review from you).
So this is needed for tb24.
Updated•11 years ago
|
Updated•11 years ago
|
Comment 5•11 years ago
|
||
I've pushed this so we can get it in for the upcoming beta:
https://hg.mozilla.org/comm-central/rev/05296139dcd0
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 26.0
Comment 6•11 years ago
|
||
Comment on attachment 782033 [details] [diff] [review]
Fix this
[Triage Comment]
a=me as this is a regression fix.
Attachment #782033 -
Flags: approval-comm-beta+
Attachment #782033 -
Flags: approval-comm-aurora+
Comment 7•11 years ago
|
||
https://hg.mozilla.org/releases/comm-aurora/rev/3163066a4f54
https://hg.mozilla.org/releases/comm-beta/rev/31e202c7c583
status-thunderbird24:
--- → fixed
status-thunderbird25:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•