Open
Bug 1002478
Opened 11 years ago
Updated 3 years ago
Ensure that the menu button is at the right-most part of the nav-bar
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
NEW
People
(Reporter: mconley, Unassigned)
Details
Attachments
(1 file)
|
699.02 KB,
image/png
|
Details |
Check out the attachment. I saw that here: https://twitter.com/erikcampoparra/status/460704182723293184/photo/1
I'm wondering how that Amazon and Ebay button got to the right of the menu button. If it's the add-ons doing that unilaterally, without the user choosing, I think we should try to curb that behaviour.
I suggest that we only allow things to go to the right of the menu button if the user has installed an add-on that makes the menu button moveable.
Flags: firefox-backlog?
Comment 1•11 years ago
|
||
TBH, this basically means the add-ons are manually adding (non-movable) buttons to the navbar. Short of a DOM mutation observer, I don't really see what we can do about that (and I think adding a mutation observer is worth the effort).
IMO, we should tell add-ons that do this to fix their add-on for the next version, and enforce this through AMO.
Updated•11 years ago
|
Flags: firefox-backlog? → firefox-backlog+
Comment 2•11 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #1)
> TBH, this basically means the add-ons are manually adding (non-movable)
> buttons to the navbar. Short of a DOM mutation observer, I don't really see
> what we can do about that (and I think adding a mutation observer is worth
> the effort).
Egh. I meant, I *don't* think this is worth the effort.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•