Closed
Bug 102340
Opened 24 years ago
Closed 24 years ago
Ridiculous number of separators in bookmarks context menu
Categories
(SeaMonkey :: Bookmarks & History, defect, P5)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: ian, Assigned: paulkchen)
Details
Attachments
(1 file)
7.89 KB,
patch
|
doronr
:
review+
bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
Currently:
+-------------------+
|Open |
|Find a Bookmark... |
+-------------------+
|Cut |
|Copy |
|Paste |
|Delete |
+-------------------+
|Rename... |
+-------------------+
|File Bookmark(s)...|
+-------------------+
|New Folder |
+-------------------+
|Properties |
+-------------------+
Proposed:
+-------------------+
|Open |
|Open in New Window | (bug 25909)
|Open in New Tab | (bug 25909)
+-------------------+
|Find a Bookmark... |
|File Bookmark(s)...|
|New Folder |
+-------------------+
|Cut |
|Copy |
|Paste |
|Delete |
|Rename... |
+-------------------+
|Properties |
+-------------------+
fwiw, windows tries to keep clipboard operations separate from delete/rename.
or in other thoughts, i have 7 seps in my explorer context menu for a folder.
and you're complaining about 5. you then propose a ui which has 3 and which is
very very inconsistent w/ any design goals from explorer.
Reporter | ||
Comment 2•24 years ago
|
||
I could live with a separator between "Paste" and "Delete" -- what I can't live
with is four separate sections each with only one item.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 3•24 years ago
|
||
Paul Chen is now taking Bookmarks bugs. For your convenience, you can filter
email notifications caused by this by searching for 'ilikegoats'.
Assignee: ben → pchen
Status: ASSIGNED → NEW
Mass move Ben's bugs dumped on me marked future with p5 to get off my untriaged
radar. You can filter out this email by looking for "ironstomachaussie"
Priority: -- → P5
Reporter | ||
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
Comment on attachment 63169 [details] [diff] [review]
Patch: cleans up the menus for bookmarks
sr=blake
Attachment #63169 -
Flags: superreview+
Comment 7•24 years ago
|
||
Comment on attachment 63169 [details] [diff] [review]
Patch: cleans up the menus for bookmarks
r=doron
Attachment #63169 -
Flags: review+
Reporter | ||
Comment 8•24 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 9•24 years ago
|
||
Is what was checked in supposed to match Hixie's proposal? I have file bookmark
in with the CCP ops, no find (which I could do without in the context menu,
frankly), and only open in new window, despite having all the tab browsing
options checked. The bug number you cite for that entry seems to be the wrong one.
Reporter | ||
Comment 10•24 years ago
|
||
No, what was checked in is not what I originally proposed, it is a slightly
modified one that took into account comments in this bug and on IRC.
The full spec was included in the patch, but, for the record, is as follows:
+--------------------+
| Open |
| Open In New Window |
| Open In New Tab | (not implemented yet)
| ------------------ |
| New Folder |
| ------------------ |
| Cut |
| Copy |
| Paste |
| File Bookmark |
| ------------------ |
| Delete |
| Rename |
| ------------------ |
| Properties |
+--------------------+
> I have file bookmark in with the CCP ops
Yep, they are together for consistency (file and cut-followed-by-paste are
virtually the same thing).
> no find (which I could do without in the context menu, frankly)
It was removed because, as you say, we can do without it in the context menu.
(It makes little sense on the personal toolbar, for instance.)
> and only open in new window, despite having all the tab browsing
> options checked.
That is a separate bug -- bug 117449, bug 116351, bug 113298 or bug 110540
depending on who you ask. Once the logic for that feature is implemented, adding
it to the context menu would be trivial as the patch mentions where to add the
relevant strings.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•