Open
Bug 267580
Opened 20 years ago
Updated 2 years ago
chrome://global/content/nsHelperAppDlg.xul, line 0: uncaught exception: [nsIDOMWindowInternal.outerWidth]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/dialog.xml :: centerWindowOnScreen :: line 10...
Categories
(Core :: XUL, defect, P5)
Tracking
()
NEW
People
(Reporter: timeless, Unassigned)
Details
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(treeOwnerAsWin->GetSize(aOuterWidth, ¬used))) failed, file r:/mozilla/dom/src/base/nsGlobalWindow.cpp, line 1679 JavaScript error: chrome://global/content/nsHelperAppDlg.xul, line 0: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowInternal.outerWidth]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/dialog.xml :: centerWindowOnScreen :: line 103" data: no] i got this while using winEmbed, this happens before i completed all the steps that it took to trigger bug 267579. i'm not sure what to fix, we could fix the xbl (dialog.xml), the caller (nsHelperAppDlg.xul), or whatever it was that caused nsIDOMWindowInternal.outerWidth to throw failure
Comment 1•20 years ago
|
||
Well, window.outerWidth fails in winEmbed; is it documented to?
Comment 3•20 years ago
|
||
(In reply to comment #2) >documentation? what's that? Something that stops the bug getting resolved invalid?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P5
QA Contact: jrgmorrison → xptoolkit.widgets
Summary: centerWindowOnScreen :: line 103" data: no] JavaScript error: chrome://global/content/nsHelperAppDlg.xul line 0: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowInternal.outerWidth]" nsresul… → chrome://global/content/nsHelperAppDlg.xul line 0: uncaught exception: [nsIDOMWindowInternal.outerWidth]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/dialog.xml :: centerWindowOnScreen :: line 103" …
The original summary for this bug was longer than 255 characters, and so it was truncated when Bugzilla was upgraded. The original summary was: chrome://global/content/nsHelperAppDlg.xul, line 0: uncaught exception: [nsIDOMWindowInternal.outerWidth]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/dialog.xml :: centerWindowOnScreen :: line 103" data: no]
Updated•16 years ago
|
Assignee: jag → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•