Closed
Bug 148840
Opened 23 years ago
Closed 23 years ago
Add "Bookmark This Group of Tabs..." to Bookmarks menu
Categories
(SeaMonkey :: Bookmarks & History, defect)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0.1
People
(Reporter: jag+mozilla, Assigned: jag+mozilla)
References
Details
(Whiteboard: [adt2])
Attachments
(2 files)
7.19 KB,
patch
|
caillon
:
review+
hewitt
:
superreview+
jesup
:
approval+
|
Details | Diff | Splinter Review |
1.28 KB,
patch
|
caillon
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Add "Bookmark This Group of Tabs..." to Bookmarks menu to make it easier to
discover this feature.
Assignee | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment on attachment 86102 [details] [diff] [review]
Add menuitem
sr=hewitt
Attachment #86102 -
Flags: superreview+
Comment 3•23 years ago
|
||
Comment on attachment 86102 [details] [diff] [review]
Add menuitem
>- currentTabInfo.charset, "addGroup", tabsInfo);
>+ currentTabInfo.charset, "addGroup"+(aSelect?",group":""), tabsInfo);
Fix the spacing there (that's hard to read) and r=caillon with that nit picked.
Attachment #86102 -
Flags: review+
Comment 4•23 years ago
|
||
nsbeta1+/adt2
Comment 5•23 years ago
|
||
Comment on attachment 86102 [details] [diff] [review]
Add menuitem
please check into the 1.0.1 branch ASAP. once landed remove the
mozilla1.0.1+ keyword and add the fixed1.0.1 keyword
Attachment #86102 -
Flags: approval+
Updated•23 years ago
|
Keywords: mozilla1.0.1+
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 7•23 years ago
|
||
When you click on this new menu item, the checkbox to Bookmark this group of
tabs is still present, but it is impossible to get it into a visibly checked
state even though the initial state of the dialog is consistent with it being
checked and a group is still added if you OK the bookmark when the Location
field is inactive.
Assignee | ||
Comment 8•23 years ago
|
||
Bah. You'll see it sets the checkbox just fine when you open the dialog for the
second time. For some reason the checkbox's binding hasn't finished loading yet
at that point, so using .checked won't work. It's the same reason the dialog
isn't sized correctly the first time you open it. Oh well, patch coming up.
Assignee | ||
Comment 9•23 years ago
|
||
Comment 10•23 years ago
|
||
Comment on attachment 86304 [details] [diff] [review]
Work around checkbox xbl not being done loading at onload
r=caillon
Attachment #86304 -
Flags: review+
Comment 11•23 years ago
|
||
Comment on attachment 86304 [details] [diff] [review]
Work around checkbox xbl not being done loading at onload
sr=jst
Attachment #86304 -
Flags: superreview+
Comment 12•23 years ago
|
||
l10n approved. Please check this into the branch by Weds. thanks
Assignee | ||
Comment 13•23 years ago
|
||
Checked in on trunk and branch.
Status: NEW → RESOLVED
Closed: 23 years ago
Keywords: mozilla1.0.1+ → fixed1.0.1
Resolution: --- → FIXED
Comment 14•23 years ago
|
||
Shouldn't this have got module owner approval?
Anyway, for me, on the trunk, this doesn't work. I get a dialog saying that
Mozilla couldn't reach http://www.bookmark_groupmark.com/. FWIW.
Comment 15•23 years ago
|
||
I can't reproduce that now, but it definitely happened once. When it did, no
bookmark filing window came up, if that is relevant.
Comment 16•23 years ago
|
||
Steps to reproduce Ian's error that work for me:
1) Load a bookmark group
2) While the tabs are still loading(some of the tabs still say 'Loading' and
haven't even retrieved the title[once all the pages have a title this doesn't
seem to happen]), click on Bookmark this Group of Tabs.
3) Mozilla attempts to load bookmarks_groupmark[followed by
www.bookmarks_groupmark.com due to another bug]
I was just able to reproduce this three times in a row.
Comment 17•23 years ago
|
||
Please file a new bug on that.
Comment 18•23 years ago
|
||
filed bug 150472
Comment 19•23 years ago
|
||
VERIFIED FIxed on 20020627 branch and trunk builds
Status: RESOLVED → VERIFIED
Updated•23 years ago
|
Keywords: fixed1.0.1 → verified1.0.1
Comment 20•23 years ago
|
||
Counter bug 156121 filed.
Comment 21•23 years ago
|
||
FYI: that menu item is visible all the time, even when you have only one tab
open and that should not be the case.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•