Closed
Bug 597689
Opened 14 years ago
Closed 13 years ago
Attempt to sort optional toolbar items in order of popularity
Categories
(Firefox :: Toolbars and Customization, enhancement)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
FIXED
Firefox 13
People
(Reporter: dao, Assigned: ananuti)
Details
(Whiteboard: [good first bug][mentor=dao][lang=xul])
Attachments
(1 file)
6.01 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
In a new profile, the customization sheet offers these items:
Print
Activity Indicator
Downloads
History
Bookmarks
New Window
Cut
Copy
Paste
Full Screen
Zoom Controls
Sync
If we had a sense of which items are or will be more popular than others, we could put the more popular ones at the top.
For instance: I'd put Activity Indicator all the way down, as it's a pretty much redundant item. Cut/Copy/Paste seem niche, Sync as well.
Comment 1•14 years ago
|
||
good idea, only small caveat would be that we should probably keep a few of these grouped together (like cut/copy/paste) even though they might have a spread of usage.
Comment 2•13 years ago
|
||
It's definitely useful if people want to find their most common used items and put it in the toolbar. But the down side is if we keep changing the position of items then users might get confusing. One possible alternative is order the items based on the popularity among average users and stick to the order.
Keywords: uiwanted
Reporter | ||
Comment 3•13 years ago
|
||
(In reply to Zhenshuo Fang (:fang) - Firefox UX Team from comment #2)
> One possible alternative
> is order the items based on the popularity among average users and stick to
> the order.
That's the whole idea.
Reporter | ||
Comment 4•13 years ago
|
||
The items are defined here and just need to be reordered:
http://hg.mozilla.org/mozilla-central/annotate/ccbb41b873cd/browser/base/content/browser.xul#l849
Since I don't think we have hard data, I propose that we just move these items down for now:
cut-button
copy-button
paste-button
sync-button
navigator-throbber
tabview-button (remains at the very bottom since it gets added to the toolbar automatically)
Whiteboard: [good first bug][mentor=dao][lang=xul]
![]() |
Assignee | |
Comment 5•13 years ago
|
||
Attachment #594679 -
Flags: review?(dao)
Reporter | ||
Comment 6•13 years ago
|
||
Comment on attachment 594679 [details] [diff] [review]
patch
Thanks!
Attachment #594679 -
Flags: review?(dao) → review+
Reporter | ||
Comment 7•13 years ago
|
||
Assignee: nobody → ananuti
Target Milestone: --- → Firefox 13
Comment 8•13 years ago
|
||
Thanks for the patch! :-)
https://hg.mozilla.org/mozilla-central/rev/e5c0df11d314
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•