Closed
Bug 727767
Opened 13 years ago
Closed 7 years ago
Closing Firefox with Panel open causes an exception in nsIFrameLoaderOwner.swapFrameLoaders
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: whimboo, Unassigned)
References
Details
Attachments
(1 file)
150.50 KB,
application/x-xpinstall
|
Details |
If a panel is open and you quit Firefox the following exception is thrown: Traceback (most recent call last): File "resource://jid1-lbxepjtukfbxuw-at-jetpack/addon-kit/lib/panel.js", line 297, in _onHide this._frameLoadersSwapped = false; File "resource://jid1-lbxepjtukfbxuw-at-jetpack/addon-kit/lib/panel.js", line 95, in null .swapFrameLoaders(this._viewFrame); [Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIFrameLoaderOwner.swapFrameLoaders]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: resource://jid1-lbxepjtukfbxuw-at-jetpack/api-utils/lib/cuddlefish.js -> resource://jid1-lbxepjtukfbxuw-at-jetpack/addon-kit/lib/panel.js :: <TOP_LEVEL> :: line 95" data: no] Steps: 1. Install the attached XPI 2. Click on the widget 3. Quit Firefox via the keyboard shortcut
Priority: -- → P2
Updated•12 years ago
|
Assignee: nobody → rFobic
Comment 1•10 years ago
|
||
Hey Irakli, are you working on this one? if not could you please unassign yourself.
Flags: needinfo?(rFobic)
Updated•10 years ago
|
Assignee: rFobic → nobody
Flags: needinfo?(rFobic)
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1399562
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•