Closed
Bug 279221
Opened 20 years ago
Closed 20 years ago
Mozilla trunk builds have a bug when it comes to creating a new bookmark folder [error in addBookmark.js :: createNewFolder]
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 250783
People
(Reporter: fmwong1, Assigned: p_ch)
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20050111
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20050111
In Mozilla 1.8 alpha 6, there is bug. When I click on Bookmarks then File
Bookmarks and new folder, the program does not give me the pop-up window to
create a new folder.
Reproducible: Always
Confirming with Mozilla 1.8b build 2005011805 on WinNT4.
I see the following in the JS console:
Warning: reference to undefined property bookmarkView.view
Source File: chrome://communicator/content/bookmarks/addBookmark.js
Line: 179
Error: bookmarkView.view has no properties
Source File: chrome://communicator/content/bookmarks/addBookmark.js
Line: 179
Error: uncaught exception: [Exception... "Component returned failure code:
0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXULTreeBuilder.getResourceAtIndex]"
nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame ::
chrome://communicator/content/bookmarks/addBookmark.js :: createNewFolder ::
line 293" data: no]
Keywords: regression
Summary: Mozilla 1.8 alaph 6 has a bug when it comes to creating a new folder. → Mozilla trunk builds have a bug when it comes to creating a new bookmark folder [error in addBookmark.js :: createNewFolder]
Version: unspecified → Trunk
found it, known regression since 1.8a2
*** This bug has been marked as a duplicate of 250783 ***
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
•