Closed
Bug 236893
Opened 22 years ago
Closed 11 years ago
A more useful set of context menu options for the toolbars
Categories
(Firefox :: Toolbars and Customization, enhancement, P3)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
DUPLICATE
of bug 880164
People
(Reporter: bugs, Unassigned)
References
Details
Attachments
(1 file, 2 obsolete files)
|
8.36 KB,
patch
|
beltzner
:
ui-review+
|
Details | Diff | Splinter Review |
Per the leading authority in customizable toolbars, context menus for
customizable items should read:
Icons and Text
(*) Icons
Text
------------------
[x] Use Small Icons
------------------
Remove Item
Customize Toolbar...
| Reporter | ||
Comment 1•22 years ago
|
||
this doesn't work properly yet, specifically:
- hitting "use small icons" twice in a row does not restore state
- remove item is not implemented yet
- customize... is mysteriously disabled sometimes.
| Reporter | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → Firefox1.0beta
| Reporter | ||
Updated•21 years ago
|
Severity: normal → enhancement
Flags: blocking1.0+
Target Milestone: Firefox1.0beta → Firefox1.0
| Reporter | ||
Updated•21 years ago
|
Flags: blocking-aviary1.0RC1+
| Reporter | ||
Updated•21 years ago
|
Assignee: bugs → sspitzer
Status: ASSIGNED → NEW
| Reporter | ||
Updated•21 years ago
|
Flags: blocking-aviary1.0RC1-
Flags: blocking-aviary1.0RC1+
Flags: blocking-aviary1.0-
Flags: blocking-aviary1.0+
Comment 2•21 years ago
|
||
I whish those functions would be somewhere where they can be shared between
toolkit apps, instead of copied.
And the same for the menu items.
Updated•20 years ago
|
Assignee: sspitzer → nobody
QA Contact: bugzilla → toolbars
Target Milestone: Firefox1.0 → ---
Comment 3•18 years ago
|
||
this hits a weird crash, to be filed separately, in re-resolving style...
Assignee: nobody → mconnor
Status: NEW → ASSIGNED
Comment 4•18 years ago
|
||
I tried to compile a debug build from cvs today on Mac OS but Firefox crashes before the profile manager comes up. I have to wait for a working version and will try it again within the next days.
Comment 5•18 years ago
|
||
Mike, after bug 386642 is fixed now I wanted to test your patch but it is bitrotted meanwhile. Can you supply an updated version?
Comment 6•17 years ago
|
||
I don't know if I want Remove Item, tbh. Let's do this for now and see how it feels. Figured I should finally unbitrot this...
Attachment #143363 -
Attachment is obsolete: true
Attachment #270625 -
Attachment is obsolete: true
Attachment #337805 -
Flags: ui-review?(beltzner)
Attachment #337805 -
Flags: review?(gavin.sharp)
Comment 7•17 years ago
|
||
Beltzner, could you please have a look at mconnors patch?
Whiteboard: [needs ui-review beltzner]
Updated•17 years ago
|
Attachment #337805 -
Flags: ui-review?(beltzner) → ui-review+
Updated•17 years ago
|
Whiteboard: [needs ui-review beltzner] → [needs review gavin]
Updated•17 years ago
|
Whiteboard: [needs review gavin] → [has patch][needs review gavin]
Updated•16 years ago
|
Flags: wanted-firefox3.6?
Version: unspecified → Trunk
Comment 8•16 years ago
|
||
Comment on attachment 337805 [details] [diff] [review]
unbitrotted
This bit rotted. Noticed a minor bug in onViewToolbarsPopupShowing:
+ if (!toolboxMode)
+ toolbox.getAttribute("defaultmode");
Also don't really like the code duplication, isn't there a way to avoid that?
Attachment #337805 -
Flags: review?(gavin.sharp)
Updated•15 years ago
|
Assignee: mconnor → nobody
Flags: wanted-firefox3.6?
Whiteboard: [has patch][needs review gavin]
Comment 9•11 years ago
|
||
The Firefox 29 customization improvements (part of "Australis") added the move/remove context menu items.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•