Closed
Bug 926286
Opened 12 years ago
Closed 12 years ago
TabsToolbar is missing its bottom border in fullscreen mode without a lightweight theme
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
FIXED
Firefox 28
People
(Reporter: MattN, Assigned: Gijs)
References
Details
(Keywords: regression, Whiteboard: [Australis:M9][Australis:P3])
Attachments
(2 files)
|
196.68 KB,
image/png
|
Details | |
|
1.29 KB,
patch
|
MattN
:
review+
|
Details | Diff | Splinter Review |
STR:
1) Use the default theme (no LWT)
2) Enter OS X fullscreen (unsure if it affects old 10.6 fullscreen)
Expected result:
border at the bottom of the tabstrip
Actual result:
No tabstrip border (see screenshot)
Very likely a regression from bug 924182.
| Reporter | ||
Comment 1•12 years ago
|
||
Oops, forgot the regression range:
Last good nightly: 2013-10-07
First bad nightly: 2013-10-08
Pushlog:
http://hg.mozilla.org/projects/ux/pushloghtml?fromchange=18fd395752cd&tochange=aa03fbc1149f
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Comment 3•12 years ago
|
||
Does something cover the titlebar border in fullscreen mode or does Core just not draw it?
| Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Markus Stange [:mstange] from comment #3)
> Does something cover the titlebar border in fullscreen mode or does Core
> just not draw it?
I suppose I went on the assumption that core doesn't draw it, but perhaps that assumption is broken.
| Reporter | ||
Comment 5•12 years ago
|
||
Comment on attachment 816499 [details] [diff] [review]
draw the tabstoolbar border ourselves in fullscreen,
Review of attachment 816499 [details] [diff] [review]:
-----------------------------------------------------------------
(In reply to Matthew N. [:MattN] from comment #0)
> 2) Enter OS X fullscreen (unsure if it affects old 10.6 fullscreen)
BTW, this does affect 10.6 fullscreen.
(In reply to Markus Stange [:mstange] from comment #3)
> Does something cover the titlebar border in fullscreen mode or does Core
> just not draw it?
AFAICT, it is not drawn in this case.
::: browser/themes/osx/browser.css
@@ +2557,2 @@
> */
> +#main-window[sizemode="fullscreen"] #TabsToolbar::after,
I worry that there will be inconsistency between the line the OS draws and that which our CSS draws (now and in the future) but that is more of a comment on bug 924182.
Attachment #816499 -
Flags: review?(mnoorenberghe+bmo) → review+
| Assignee | ||
Comment 6•12 years ago
|
||
Whiteboard: [Australis:M?][Australis:P3] → [Australis:M9][Australis:P3][fixed-in-ux]
| Reporter | ||
Comment 7•12 years ago
|
||
Thanks for the quick turnaround on the bug! :)
| Assignee | ||
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [Australis:M9][Australis:P3][fixed-in-ux] → [Australis:M9][Australis:P3]
Target Milestone: --- → Firefox 28
You need to log in
before you can comment on or make changes to this bug.
Description
•