Closed
Bug 689809
Opened 13 years ago
Closed 11 years ago
X to Close Addon Bar should be located on the right if platform isn't Mac OS X
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
INVALID
People
(Reporter: jaws, Assigned: mattw)
References
Details
Attachments
(2 files, 1 obsolete file)
968 bytes,
patch
|
Details | Diff | Splinter Review | |
674 bytes,
patch
|
dao
:
review-
|
Details | Diff | Splinter Review |
As a follow-up bug from bug 657438, for consistency the close button on the addon bar should be located on the right-side if not on MACOSX.
Comment 1•13 years ago
|
||
I don't think bug 657438 should land without this... so not exactly a follow-up.
Blocks: 657438
Comment 2•13 years ago
|
||
The add-on bar being customizable makes this fun -- actually moving the element probably isn't going to work.
Assignee | ||
Comment 3•13 years ago
|
||
The only issue I noticed was that the close button relocates back to the left while customizing the add-on bar.
Adding the following should fix this:
#addon-bar > #wrapper-addonbar-closebutton {
-moz-box-ordinal-group: 2000;
}
Let me know what you think.
Attachment #562968 -
Flags: review?(jwein)
Assignee | ||
Updated•13 years ago
|
Attachment #562968 -
Flags: review?(jwein) → review?(dao)
Comment 4•13 years ago
|
||
Comment on attachment 562968 [details] [diff] [review]
patch for bug 689809
>--- a/browser/themes/gnomestripe/browser/browser.css
>+++ b/browser/themes/gnomestripe/browser/browser.css
>+#addon-bar > #wrapper-addonbar-closebutton {
>+ -moz-box-ordinal-group: 2000;
>+}
1. this belongs in browser/base/content/browser.css (with ifdefs)
2. "#addon-bar > " is redundant
3. you can add #addonbar-closebutton to the selector and drop the browser.xul part of this patch
4. indentation is 2 spaces (not 4)
Attachment #562968 -
Flags: review?(dao) → review-
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #562968 -
Attachment is obsolete: true
Attachment #565421 -
Flags: review?(dao)
Comment 6•13 years ago
|
||
Comment on attachment 565421 [details] [diff] [review]
patch for bug 689809 v2
There's another problem: The <statusbar>'s resizer (when displayed; http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.css#478) must be on the far right.
Attachment #565421 -
Flags: review?(dao) → review-
Comment 7•11 years ago
|
||
The add-on bar was removed in Firefox 29.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•