Closed
Bug 622010
Opened 14 years ago
Closed 14 years ago
Tab context menu "Bookmark this group of tabs" doesn't work (Error: addGroupmarkAs is not defined)
Categories
(SeaMonkey :: Bookmarks & History, defect)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1b3
People
(Reporter: mnyromyr, Assigned: iannbugzilla)
Details
Attachments
(1 file)
|
1.09 KB,
patch
|
philip.chee
:
review+
|
Details | Diff | Splinter Review |
Open several tabs, rightclick on one of them, choose "Bookmark this group of tabs". Nothing happens but an error message on the Error Console:
Error: addGroupmarkAs is not defined
Source File: chrome://navigator/content/navigator.xul
Line: 1
Adding a bookmark group from the Bookmarks menu or Personal Toolbar's Bookmarks button works.
Comment 1•14 years ago
|
||
> Error: addGroupmarkAs is not defined
Probably something like:
gBookmarkAllTabsHandler.doCommand();
Simple fix
Assignee: nobody → iann_bugzilla
Status: NEW → ASSIGNED
Attachment #511959 -
Flags: review?(philip.chee)
Comment 3•14 years ago
|
||
Comment on attachment 511959 [details] [diff] [review]
Fix as suggested v0.1 [Checked in: Comment 5]
Works. I thought that we might need to use command="Browser:BookmarkAllTabs" but it turns out that the tabs context menu has its own disabled items handler.
Attachment #511959 -
Flags: review?(philip.chee) → review+
Comment 4•14 years ago
|
||
> Works. I thought that we might need to use command="Browser:BookmarkAllTabs"
> but it turns out that the tabs context menu has its own disabled items handler.
In which case it would probably be simpler to call
PlacesCommandHook.bookmarkCurrentPages() directly in the onbookmarkgroup=.
r+=me either way.
Comment on attachment 511959 [details] [diff] [review]
Fix as suggested v0.1 [Checked in: Comment 5]
http://hg.mozilla.org/comm-central/rev/1514f799efdb
Attachment #511959 -
Attachment description: Fix as suggested v0.1 → Fix as suggested v0.1 [Checked in: Comment 5]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1b2
Updated•14 years ago
|
Target Milestone: seamonkey2.1b2 → seamonkey2.1b3
You need to log in
before you can comment on or make changes to this bug.
Description
•