Closed
Bug 153489
Opened 23 years ago
Closed 13 years ago
javascript exceptions in bookmarks (perhaps there's no profile)
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: timeless, Unassigned)
Details
(Whiteboard: [2012 Fall Equinox])
w32w2k cvs trunk build from this morning
I can't get a stack (venkman is being disagreeable).
This build has a few custom features, including a modified profile manager (i'm
not sure i'm using a real profile).
There are no bookmarks. And the bookmarks area isn't a drop target. I can create
a new folder and then there's a bit of space to drop bookmarks, but that doesn't
affect these errors.
steps to reproduce:
ctrl-b [error1]
click View. [error2]
<error 1>
Error: [Exception... "Component returned failure code: 0x80070057
(NS_ERROR_ILLEGAL_VALUE) [nsITreeView.isContainer]" nsresult: "0x80070057
(NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: <unknown filename> ::
BMOLBuilderObserver_onSelectionChanged :: line 189" data: no]
Source File:
Line: 189
<error 2>
Error: uncaught exception: [Exception... "Component returned failure code:
0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref]" nsresult:
"0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame ::
chrome://communicator/content/bookmarks/bookmarks.js :: fillViewMenu :: line
124" data: no]
Comment 1•23 years ago
|
||
I get the second one (error 2), but not the first. linux build 20020620. code
was introduced as part of bug 128815, probably designed to help with bug 77411.
the pref(s) do not exist (browser.bookmarks.sort.*), but there is no try/catch,
so Javascript bails.
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•17 years ago
|
QA Contact: claudius → bookmarks
No new data in 10 years, closing
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [2012 Fall Equinox]
You need to log in
before you can comment on or make changes to this bug.
Description
•