Closed
Bug 345419
Opened 19 years ago
Closed 19 years ago
"Use as Dock Menu" menu item for the current dock menu folder should reset Dock Menu to default folder
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stuart.morgan+bugzilla, Assigned: froodian)
Details
(Keywords: fixed1.8.1.1, Whiteboard: [Good First Bug])
Attachments
(1 file, 3 obsolete files)
6.17 KB,
patch
|
bugzilla-graveyard
:
review+
mikepinkerton
:
superreview+
|
Details | Diff | Splinter Review |
Having the current dock menu folder show a "Use as Dock Menu" option is confusing, and isn't useful. It either shouldn't show up at all, or it should be replaced with a "Stop using as Dock Menu" item (once bug 244116 lands).
This will probably require either checking against the dockMenuFolder, or changes to make sure the fallback case always sets the flag on the fallback, in order to do the right thing after a user has unset the dock menu.
Assignee | ||
Comment 1•19 years ago
|
||
Per IRC, since we now check this menu item for the current dock folder, selecting it should set the folder back to default.
Summary: "Use as Dock Menu" shouldn't show up in the context menu for the current dock menu folder → "Use as Dock Menu" menu item for the current dock menu folder should reset Dock Menu to default folder
Assignee | ||
Updated•19 years ago
|
Whiteboard: [Good First Bug]
Assignee | ||
Comment 2•19 years ago
|
||
Assignee | ||
Comment 3•19 years ago
|
||
Oops, forgot the context menu for collections.
Attachment #245040 -
Attachment is obsolete: true
Attachment #245043 -
Flags: review?(stuart.morgan)
Attachment #245040 -
Flags: review?(stuart.morgan)
Reporter | ||
Comment 4•19 years ago
|
||
Comment on attachment 245043 [details] [diff] [review]
Patch
>+-(void) toggleDockMenu:(id)sender;
toggleIsDockMenu:
> - (IBAction) setAsDockMenuFolder:(id)aSender
toggleIsDockMenuFolder:
Can you respin this against the current trunk (sorry, I forgot there was an outstanding patch against bookmark code when I did that), with these changes?
Attachment #245043 -
Flags: review?(stuart.morgan)
Assignee | ||
Comment 5•19 years ago
|
||
Attachment #245043 -
Attachment is obsolete: true
Attachment #245440 -
Flags: review?(stuart.morgan)
Reporter | ||
Comment 6•19 years ago
|
||
Comment on attachment 245440 [details] [diff] [review]
Patch
This broke Use as Dock Menu on the collections in the bookmark manager; they are always disabled after I apply the patch.
Attachment #245440 -
Flags: review?(stuart.morgan) → review-
Assignee | ||
Comment 7•19 years ago
|
||
Oops, yeah.
Attachment #245440 -
Attachment is obsolete: true
Attachment #246827 -
Flags: review?(stuart.morgan)
Comment 8•19 years ago
|
||
Comment on attachment 246827 [details] [diff] [review]
Not on Crack
r=me on this. I've been playing around with this code a bunch tonight and this looks good.
Attachment #246827 -
Flags: review?(stuart.morgan) → review+
Updated•19 years ago
|
Attachment #246827 -
Flags: superreview?(mikepinkerton)
Comment 9•19 years ago
|
||
Comment on attachment 246827 [details] [diff] [review]
Not on Crack
sr=pink
Attachment #246827 -
Flags: superreview?(mikepinkerton) → superreview+
Assignee | ||
Comment 10•19 years ago
|
||
Checked in on 1.8branch and trunk.
You need to log in
before you can comment on or make changes to this bug.
Description
•