Closed
Bug 289952
Opened 20 years ago
Closed 19 years ago
JS Error: mSaveHdr is not defined on RSS Accounts
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jenic.rycr, Assigned: zeniko)
References
Details
Attachments
(1 file)
|
2.81 KB,
patch
|
mnyromyr
:
review+
Bienvenu
:
superreview+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
Whenever I click on a rss feed I have like mozillazine or newsforge I get this
error in the Javascript Console:
Error: mSaveHdr is not defined
Source File: chrome://messenger/content/msgHdrViewOverlay.js
Line: 415
That line is as follows in the msgHdrViewOverlay.js:
if (!currentAttachments.length && mSaveHdr)
I am unsure of what it all means but I am guessing it is checking for
attachments in an rss article which has none. This only happens on the rss
subscriptions, switching to its trash can or to any local folders does not
reproduce this. This error is minor since nothing damaging happens that I am
aware of. The program still runs fine and I can still view the articles causing
the error.
Reproducible: Always
Steps to Reproduce:
1.Subscribe to RSS Feed
2.Download atleast one article from it
3.View the list of articles
Actual Results:
I get the error:
Error: mSaveHdr is not defined
Source File: chrome://messenger/content/msgHdrViewOverlay.js
Line: 415
in the JavaScript Console
Expected Results:
Not check the article for attachments| Reporter | ||
Updated•20 years ago
|
Version: unspecified → 1.0
| Assignee | ||
Comment 1•19 years ago
|
||
This should actually be quite simple to patch since the problem consists IMHO just in the fact that mSaveHdr is actually a property of the messageHeaderSink object and not globally defined. Mozilla Mail suffers from the same problem (although there mSaveHdr and this.mSaveHdr are mixed). According to lxr.mozilla.org, this bug still exists in the trunk (since I don't use nightlies, I can only confirm it for TB 1.0.x).
| Assignee | ||
Comment 2•19 years ago
|
||
Attachment #190665 -
Flags: review?(mscott)
Comment 3•19 years ago
|
||
Yes, your analysis is right; I reported the respective suite bug 275986 a while ago. I thought I fixed that there, but obviously I didn't... *g* Simon, would you mind fixing the suite version, too? :)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•19 years ago
|
||
Comment on attachment 190665 [details] [diff] [review] mSaveHdr as property of messageHeaderSink Okay, looks good (I should have looked at the patch before commenting ;-) ). Handing over to David to unburden Scott...
Attachment #190665 -
Flags: superreview?(bienvenu)
Attachment #190665 -
Flags: review?(mscott)
Attachment #190665 -
Flags: review+
Comment 5•19 years ago
|
||
*** Bug 275986 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Attachment #190665 -
Flags: superreview?(bienvenu) → superreview+
Updated•19 years ago
|
Attachment #190665 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #190665 -
Flags: approval1.8b4? → approval1.8b4+
Updated•19 years ago
|
Assignee: mscott → zeniko
Comment 6•19 years ago
|
||
Checked in. Thanks for the patch, Simon!
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•