Closed Bug 563484 Opened 14 years ago Closed 13 years ago

[Search] JavaScript strict warning: chrome://messenger/content/mailWindow.js, line 486: reference to undefined property window.MsgStatusFeedback

Categories

(SeaMonkey :: MailNews: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: mnyromyr, Unassigned)

Details

Build identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.3a5pre) Gecko/20100503 SeaMonkey/2.1a1pre

- Make sure JS strict warnings are displayed.
- Choose an online folder (IMAP or news), rightclick and pick Search Messages.
- Search something, e.g. 'x'.
=> A progress bar appears in the lower left corner and vanishes, a warning is printed to the Error Console:

JavaScript strict warning: chrome://messenger/content/mailWindow.js, line 486: reference to undefined property window.MsgStatusFeedback

This is no surprise, since window.MsgStatusFeedback assumes it's inside a real messenger window, but search (and subscribe and filters) use a global
  var gStatusFeedback = new nsMsgStatusFeedback();

(I suppose this is actually what bug 67816 was about if Henrik would have told us in a reproducable manner. *g*)

I suppose this mess is part of what leaks in bug 339784.
WFM: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.2pre) Gecko/20110420 Firefox/4.0.2pre SeaMonkey/2.1pre

The only errors I get are:

Warning: function set_value does not always return a value
Source file: chrome://messenger/content/mailWidgets.xml
Line: 843, Column: 19
Source code:
            return val; 
 ----------
Error: this.mCurrentBrowser is null
Source file: chrome://navigator/content/tabbrowser.xml
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.