Closed
Bug 67942
Opened 25 years ago
Closed 25 years ago
Creation of new bookmark folders doesn't work
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
People
(Reporter: matt, Assigned: bugs)
Details
Build 2001020708, Linux 2.4.1 i686, RedHat 6.1
When trying to create a new bookmark folder, a "NewFolder" items
appears with a textfield for changing its name. I can go and change
the name like I want, but when I press ENTER, the name reverts back to
"NewFolder"; additionally, when I exit from the bookmark manager and
enter it again, there is no new folder.
Looking at the Mozilla output when I try to create a folder, I see
this:
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "[JavaScript Error: "field.select is not a function" {file:
"chrome://global/content/treeBindings.xml#treecell-indented-folder-inline-edit-base.setMode()"
line: 17}] [nsIController::doCommand]" nsresult: "0x80570021
(NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame ::
chrome://global/content/globalOverlay.js :: goDoCommand :: line 71" data: yes]
************************************************************
An error occurred executing the cmd_newfolder command
In the "setMode" method of treecell-indented-folder-inline-edit-base
in file chrome/toolkit/content/global/treeBindings.xml, the variable
"field" is set as following:
Line 79:
var field = document.createElementNS(kXULNS, "textfield");
And then select() is invoked on "field" several lines later.
Comment 1•25 years ago
|
||
I can confirm this on windows also with
user agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.8) Gecko/20010210
build: 2001021008
Changing OS to All
OS: Linux → All
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 4•25 years ago
|
||
Yup, this is indeed a duplicate. Marking as VERIFIED.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•