Closed
Bug 924388
Opened 11 years ago
Closed 11 years ago
There should be small separators between the sub-edit controls and sub-zoom controls when each controls is placed in a toolbar
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
Firefox 28
People
(Reporter: jaws, Assigned: jaws)
References
Details
(Whiteboard: [Australis:P5][Australis:M9])
Attachments
(1 file)
4.84 KB,
patch
|
Gijs
:
review+
dao
:
review-
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
After this patch is landed, we can update the OS X styles to use this class. (or just do that in this patch)
Attachment #814415 -
Flags: review?(gijskruitbosch+bugs)
Assignee | ||
Updated•11 years ago
|
Whiteboard: [Australis:P5][Australis:M?]
Comment 2•11 years ago
|
||
Comment on attachment 814415 [details] [diff] [review]
Patch
Review of attachment 814415 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/themes/windows/browser.css
@@ +440,5 @@
> }
>
> #nav-bar .toolbarbutton-1:not(:hover):not(:active):not([open]) > .toolbarbutton-menubutton-dropmarker::before,
> +#nav-bar .toolbaritem-with-separator > .toolbarbutton-1:not(:active):not([open]) + .toolbarbutton-1:not(:hover):not(:active):not([open])::before,
> +#nav-bar .toolbaritem-with-separator > .toolbarbutton-1[disabled]:not(:active):not([open]) + .toolbarbutton-1[disabled]:not(:active):not([open])::before {
Why the separate [disabled] rule?
Comment 3•11 years ago
|
||
Comment on attachment 814415 [details] [diff] [review]
Patch
Review of attachment 814415 [details] [diff] [review]:
-----------------------------------------------------------------
r=me, but we should probably make sure that we deal with OS X and Linux as well.
Attachment #814415 -
Flags: review?(gijskruitbosch+bugs) → review+
Comment 4•11 years ago
|
||
Comment on attachment 814415 [details] [diff] [review]
Patch
"toolbaritem-with-separator" suggests that there will be one separator in total, but there can be multiple separators, the exact number being dependent on the number of buttons. Please come up with a better class name.
Attachment #814415 -
Flags: review-
Updated•11 years ago
|
Component: Toolbars and Customization → Theme
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #2)
> Comment on attachment 814415 [details] [diff] [review]
> Patch
>
> Review of attachment 814415 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: browser/themes/windows/browser.css
> @@ +440,5 @@
> > }
> >
> > #nav-bar .toolbarbutton-1:not(:hover):not(:active):not([open]) > .toolbarbutton-menubutton-dropmarker::before,
> > +#nav-bar .toolbaritem-with-separator > .toolbarbutton-1:not(:active):not([open]) + .toolbarbutton-1:not(:hover):not(:active):not([open])::before,
> > +#nav-bar .toolbaritem-with-separator > .toolbarbutton-1[disabled]:not(:active):not([open]) + .toolbarbutton-1[disabled]:not(:active):not([open])::before {
>
> Why the separate [disabled] rule?
This is because we still want to show the separator in the case that the buttons are disabled (since we aren't going to be showing the button outline in this case). I forgot to remove the :active from that rule too, will do it with the next patch.
(In reply to Dão Gottwald [:dao] from comment #4)
> Comment on attachment 814415 [details] [diff] [review]
> Patch
>
> "toolbaritem-with-separator" suggests that there will be one separator in
> total, but there can be multiple separators, the exact number being
> dependent on the number of buttons. Please come up with a better class name.
Talked over IRC:
<jaws> dao: what do you think of "toolbaritem-combined-buttons" instead of "toolbaritem-with-separator" ?
<dao> jaws: that sounds better
Assignee | ||
Comment 6•11 years ago
|
||
https://hg.mozilla.org/projects/ux/rev/859ff4a1af98
(In reply to :Gijs Kruitbosch from comment #3)
> Comment on attachment 814415 [details] [diff] [review]
> Patch
>
> Review of attachment 814415 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> r=me, but we should probably make sure that we deal with OS X and Linux as
> well.
Updated the OSX styling. Since Linux doesn't have the combined toolbar button styling yet there weren't any changes to make for Linux. That work is tracked in bug 875479.
Whiteboard: [Australis:P5][Australis:M?] → [Australis:P5][Australis:M9][fixed-in-ux]
Assignee | ||
Updated•11 years ago
|
OS: Windows XP → All
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [Australis:P5][Australis:M9][fixed-in-ux] → [Australis:P5][Australis:M9]
Target Milestone: --- → Firefox 28
You need to log in
before you can comment on or make changes to this bug.
Description
•