Closed
Bug 608448
Opened 15 years ago
Closed 15 years ago
Warning in the error console when launching preferences pane
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davehunt, Assigned: whimboo)
References
Details
(Whiteboard: [fixed by bug 610134])
Discovered whilst investigating bug 608446
When executing line 73 of firefox/testPreferences/testSetToCurrentPage.js:
prefs.openPreferencesDialog(prefDialogHomePageCallback);
From error console:
Warning: reference to undefined property window.documentLoaded
Source File: resource://mozmill/modules/controller.js
Line: 310
| Assignee | ||
Comment 1•15 years ago
|
||
Can you please dump the value of window right before the following line?
http://hg.mozilla.org/qa/mozmill-tests/file/default/shared-modules/utils.js#l400
Would be good to know if window is null or not.
| Reporter | ||
Comment 2•15 years ago
|
||
Result:
** window: [object ChromeWindow]
| Assignee | ||
Comment 3•15 years ago
|
||
That looks good. Dave, is this error gone with my proposed fix on bug 608446?
| Reporter | ||
Comment 4•15 years ago
|
||
No, the error still occurs. To be clear, this occurs when the preferences dialog is opened, and doesn't appear to be related to any interactions with the dialog, including dismissing it.
| Assignee | ||
Comment 5•15 years ago
|
||
Lets check this on your box, once we have time next week.
| Assignee | ||
Comment 6•15 years ago
|
||
It's only a strict warning which wouldn't block the next version of Mozmill. But exactly those failures will be fixed by my patch on bug 610134.
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Depends on: 610134
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [mozmill-1.5.1?] → [will be fixed by bug 610134]
Version: Trunk → unspecified
| Assignee | ||
Comment 7•15 years ago
|
||
Should now be fixed with the final release of Mozmill 1.5.1.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Whiteboard: [will be fixed by bug 610134] → [fixed by bug 610134]
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•