Closed
Bug 282053
Opened 20 years ago
Closed 16 years ago
locked dialog boxes (js error : NS_ERROR_INVALID_POINTER [nsIRDFContainer.Init])
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sean, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 have two windows open. On one window goto file->print, and just let it sit on the print selection screen, hit over to your other window, goto Bookmarks->Add Bookmark, and try and hit cancel or ok, it won't let you out without actually closing the whole window. Reproducible: Always Steps to Reproduce: 1. open two windows 2. window #1: select file->print, let it sit on print selection 3. window #2: goto bookmarks->add bookmark 4. window #2 will be locked up Actual Results: window #2 was locked Expected Results: it should not lock up
Comment 1•19 years ago
|
||
Can't close "Bookmark this page..." or "Bookmark All Tabs..." dialog by clicking "cancel" or "OK" I can confirm with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050828 Firefox/1.0+ note: I have errors in the js console Error: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIRDFContainer.Init]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: chrome://browser/content/bookmarks/addBookmark2.js :: onOK :: line 156" data: no] Source File: chrome://browser/content/bookmarks/addBookmark2.js Line: 156
Assignee: firefox → nobody
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking1.8b4?
Summary: locked dialog boxes → locked dialog boxes (js error : NS_ERROR_INVALID_POINTER [nsIRDFContainer.Init])
Comment 2•19 years ago
|
||
Also happens with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20050828 Firefox/1.6a1 In fact the OK/Cancel action on the add bookmark dialog (window #2) is somehow queued until the print dialog is closed (window #1). After clicking OK or cancel in the add bookmark dialog on window #2, if you return to window #1 and cancel the print dialog, then the add bookmark dialog on window #2 will close automatically ! Weird
Updated•19 years ago
|
Component: General → Bookmarks
QA Contact: general → bookmarks
Comment 3•19 years ago
|
||
probably not a blocker because it happens with Firefox 1.0.6 too (but I couldn't find a dupe)
Flags: blocking1.8b4?
Comment 4•16 years ago
|
||
INVALID in current version since much code changed
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Version: unspecified → 1.0 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•