Closed
Bug 291054
Opened 20 years ago
Closed 20 years ago
Javascript error on closing spawned window
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 288770
People
(Reporter: lindyboi, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 The following error appears when closing a window opened by clicking a link like the following <a href="http://google.com" target="_blank">test</a> or opened using context menu "Open link in new window" Reproducible: Always Steps to Reproduce: 1. Open javascript console 2. Right-click a link, choose "Open link in new window" 3. Close window Actual Results: Following error appears in console Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: destroy :: line 569" data: no] This trace is listed as a cause for bug 281480 and identically logged against Thunderbird bgu 278864
Comment 1•20 years ago
|
||
Fixed in either bug 283088 or bug 288770. *** This bug has been marked as a duplicate of 288770 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•