Closed
Bug 79952
Opened 24 years ago
Closed 24 years ago
can't manage bookmarks in Sidebar
Categories
(SeaMonkey :: Bookmarks & History, defect, P1)
Tracking
(Not tracked)
mozilla0.9.2
People
(Reporter: bugzilla.mozilla.org, Assigned: bugs)
References
Details
(Keywords: regression, Whiteboard: [m0.9.1?] patch exists in 82967!)
Using latest nightly 20010509 with Windows 2000 SP1
Right-clicking a bookmark in the toolbar shows a menu with menu items Open, Find
a Bookmark, Cut Copy Paste Delete, etc. Only Open works - others have no effect.
Comment 1•24 years ago
|
||
Yeah right. Ben says it's the command dispatcher that's freaky. Marking NEW so
we have a bug to dup against.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•24 years ago
|
||
no.
Comment 5•24 years ago
|
||
Something new:
When I right-click on an item in the sidebar the context menu correctly appears.
However when I click on a menuitem, I get an assertion:
###!!! ASSERTION: A XUL <menuitem> is attached to a command that doesn't exist!
Unable to execute menu item!
: 'PR_FALSE', file nsMenuFrame.cpp, line 1419
###!!! Break: at file nsMenuFrame.cpp, line 1419
Code in there:
nsCOMPtr<nsIDOMElement> commandElt;
domDoc->GetElementById(command, getter_AddRefs(commandElt));
nsCOMPtr<nsIContent> commandContent(do_QueryInterface(commandElt));
if (commandContent)
shell->HandleDOMEventWithTarget(commandContent, &event, &status);
else
NS_ASSERTION(PR_FALSE, "A XUL <menuitem> is attached to a command that doesn't
exist! Unable to execute menu item!\n");
I checked an re-checked the js code but everything looks fine (it's even the
same as in the bookmarks manager, why would it fail here and not there?
Comment 6•24 years ago
|
||
I reported an odd behaviour in bug # 79977 which is closed related to this bug.
What looks new is : after working four or five times in the left side bookmark
window, the list gets partially blank and no longer operative. The delete button
does not work.
I am working with moz 2001050515, windows ME in spanish.
This bug also appear on v0.9 release (as A.J. Rodriguez report) on Win98.
Managing bookmarks from the sidebar is one of the best inventions in mozilla,
and reviewers have often commented on the sidebar as being much better than
MSIE's. Using the bookmark manager is like a nightmare in slow motion compared
to how switf it used to be in the sidebar.
Adding regression keyword since this used to work.
Why isn't a target milestone or priority been set on this yet?
Keywords: regression
Comment 10•24 years ago
|
||
*** Bug 82511 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
Vishy/Ben - I think this is a must have for rtm.
Comment 13•24 years ago
|
||
it would be nice to get a patch for this, and investigate if we can get an
approval for this to be in the beta - but only after we can get the existing
mozilla0.9.1 bugs to zaero.
Updated•24 years ago
|
Comment 14•24 years ago
|
||
the patch is lurking in bug 82967, awaiting a vacant accesskey and some r/sr
I applied it by hand on the 27th and it works like a dream.
Assignee | ||
Comment 15•24 years ago
|
||
patch exists in 82967, awaiting sr.
Status: NEW → ASSIGNED
Whiteboard: [m0.9.1?] → [m0.9.1?] patch exists in 82967!
Assignee | ||
Comment 16•24 years ago
|
||
duping.
*** This bug has been marked as a duplicate of 82967 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•