Open
Bug 939966
Opened 11 years ago
Updated 2 years ago
When I go full screen in Australis, the line between the tab bar and toolbar first goes white and then back to dark grey
Categories
(Firefox :: Theme, defect)
Tracking
()
ASSIGNED
People
(Reporter: ehsan.akhgari, Assigned: mconley)
References
Details
(Whiteboard: [Australis:P5])
Attachments
(1 file)
(deleted),
patch
|
MattN
:
review-
|
Details | Diff | Splinter Review |
No description provided.
Updated•11 years ago
|
Blocks: australis-tabs
Assignee | ||
Comment 2•11 years ago
|
||
I don't think so - I think this is just us not drawing that separator when using Lion fullscreen (which I guess we detect with the inFullscreen attribute...why that's distinct from sizemode="fullscreen" is not something I'm sure of.)
This patch draws that separator, and also gives the navigator-toolbox a titlebar texture when in fullscreen mode. Also removes unnecessary padding from the top of the window when in fullscreen with a lw-theme.
How do you feel reviewing this one, Gijs?
Assignee: nobody → mconley
Status: NEW → ASSIGNED
Attachment #8334232 -
Flags: review?(gijskruitbosch+bugs)
Flags: needinfo?(mconley)
Comment 3•11 years ago
|
||
Comment on attachment 8334232 [details] [diff] [review]
Patch v1
Review of attachment 8334232 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/themes/osx/browser.css
@@ +2559,5 @@
> /*
> * Draw the bottom border of the tabstrip when core doesn't do it for us:
> */
> +#main-window:-moz-any([privatebrowsingmode=temporary],[sizemode="fullscreen"],
> + [inFullscreen],[customizing],[customize-exiting]) #TabsToolbar::after,
Somewhat orthogonal: Is it intentional that "[customize-exiting]" is left out a few blocks above this one? It seems like that could also cause a flicker of the border.
Comment 4•11 years ago
|
||
Comment on attachment 8334232 [details] [diff] [review]
Patch v1
Review of attachment 8334232 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/themes/osx/browser.css
@@ -3581,5 @@
> - /* This additional padding matches the change in height in the pseudo-element
> - * above. The rules combined force the top 22px of the background image to
> - * be hidden, so there image doesn't jump around with the loss of the titlebar */
> - padding-top: 11px;
> - background-position: right -11px;
(In reply to Mike Conley (:mconley) from comment #2)
> Also removes unnecessary padding
> from the top of the window when in fullscreen with a lw-theme.
That's actually the opposite of what I think we should do as it's not very usable with the tabs at the top of the screen with the system menubar popping in all of the time. See bug 839888 where this should have been made consistent with the non-LWT case. We also have bug 878436 to update these offsets.
Attachment #8334232 -
Flags: review?(gijskruitbosch+bugs) → review-
Assignee | ||
Updated•11 years ago
|
Updated•11 years ago
|
Whiteboard: [Australis:P2]
Updated•11 years ago
|
Whiteboard: [Australis:P2] → [Australis:P3]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•