Closed
Bug 1008183
Opened 11 years ago
Closed 11 years ago
The private browsing indicator isn't displayed while on full screen
Categories
(Firefox :: Theme, defect)
Tracking
()
VERIFIED
FIXED
Firefox 32
People
(Reporter: cbadau, Assigned: mconley)
Details
(Keywords: regression, Whiteboard: p=3 s=it-32c-31a-30b.2 [qa!])
Attachments
(3 files, 4 obsolete files)
3.93 KB,
image/png
|
Details | |
18.30 KB,
image/png
|
Details | |
4.86 KB,
patch
|
mconley
:
review+
lsblakk
:
approval-mozilla-aurora+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Reproducible on the latest Nightly (BuildID: 20140509030227)
Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0
Reproducible on the latest Aurora (BuildID: 20140509004003)
Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0
Reproducible on Beta 30.0b3 (buildID: 20140508121358)
Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0
Steps to reproduce:
1. Launch Firefox.
4. Open a new private window.
5. Go to full screen (press F11).
6. Observe the private browsing indicator.
Actual results: The private browsing indicator isn't displayed while on full screen.
Expected results: The private browsing indicator is correctly displayed while on full screen.
Notes: 1. This issue is reproducible also on Windows 8 32bit and on Windows 7 64bit.
Reporter | ||
Updated•11 years ago
|
Comment 1•11 years ago
|
||
Uh-oh, this is bad :(
Mike, any chance you could take a look please?
Component: Private Browsing → Theme
Flags: needinfo?(mconley)
Assignee | ||
Comment 3•11 years ago
|
||
Assignee: nobody → mconley
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8421232 -
Attachment is obsolete: true
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8421237 [details] [diff] [review]
Patch v1.1
A pretty embarrassing oversight on my part. :/
Attachment #8421237 -
Flags: review?(jaws)
Updated•11 years ago
|
status-firefox29:
--- → affected
tracking-firefox30:
--- → ?
tracking-firefox31:
--- → ?
tracking-firefox32:
--- → ?
Keywords: regression
Comment 7•11 years ago
|
||
Comment on attachment 8421237 [details] [diff] [review]
Patch v1.1
Review of attachment 8421237 [details] [diff] [review]:
-----------------------------------------------------------------
The icon being used for fullscreen mode is too tall, we should be using the smaller one. I'll upload a screenshot.
Attachment #8421237 -
Flags: review?(jaws) → review-
Comment 8•11 years ago
|
||
Assignee | ||
Comment 9•11 years ago
|
||
Are you sure we should be using the small one in the fullscreen case? The smaller one is taller than the fullscreen window buttons, so that'll look awkward too.
I do notice from your screenshot, however, that there's a 1px break at the top when I use the large mask, which isn't great. That'll need to be fixed.
I think I want some shorlander input here, to make sure we know what mask we want to use.
Flags: needinfo?(shorlander)
Comment 10•11 years ago
|
||
I don't think the mask should be taking up 100% of the titlebar height, which the large mask does.
Assignee | ||
Comment 11•11 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #10)
> I don't think the mask should be taking up 100% of the titlebar height,
> which the large mask does.
In this case, the titlebar is the tabstrip, but yeah, from the user's perspective, there's no difference.
Well, let me put together a patch that uses the smaller mask, and we can compare.
Assignee | ||
Comment 12•11 years ago
|
||
Estimating this new patch at p=3, since this adds yet another case that changes which mask we use.
Whiteboard: [p=3]
Assignee | ||
Comment 13•11 years ago
|
||
Hey Marco - especially considering this regression is on Beta, I think we should put this into the priority backlog.
Tentatively assigned to me because I guess I'm responsible for the regression?
Flags: needinfo?(mmucci)
Comment 14•11 years ago
|
||
Added to Iteration 32.2
Flags: needinfo?(mmucci)
Whiteboard: [p=3] → p=3 s=it-32c-31a-30b.2 [qa?]
Assignee | ||
Comment 15•11 years ago
|
||
Looking at this, I think I'm on jaws' side here. This looks better.
Assignee | ||
Updated•11 years ago
|
Attachment #8421237 -
Attachment is obsolete: true
Assignee | ||
Comment 16•11 years ago
|
||
Tested on Windows 7 (Aero Glass, Aero Basic and Classic). Still need to test this on Windows XP and 8.
Clearing needinfo on shorlander, since I think this is how we're gonna roll.
Flags: needinfo?(shorlander)
Assignee | ||
Comment 17•11 years ago
|
||
Ok, tested on XP (Classic, Luna), Windows 7 (Aero Glass, Aero Basic, Classic), Windows 8.
Attachment #8423906 -
Attachment is obsolete: true
Assignee | ||
Comment 18•11 years ago
|
||
Comment on attachment 8423927 [details] [diff] [review]
Patch v2
What do you think of this, jaws?
Attachment #8423927 -
Flags: review?(jaws)
Comment 19•11 years ago
|
||
Comment on attachment 8423927 [details] [diff] [review]
Patch v2
Review of attachment 8423927 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/themes/windows/browser.css
@@ +2884,5 @@
> height: 28px;
> }
> +
> + #main-window[inFullscreen] #TabsToolbar > .private-browsing-indicator {
> + background-image: url("chrome://browser/skin/privatebrowsing-mask-titlebar-XPVista7.png");
Maybe add a comment here (and in the other places) stating that the use of the titlebar graphic in the TabsToolbar is intentional?
Attachment #8423927 -
Flags: review?(jaws) → review+
Assignee | ||
Comment 20•11 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #19)
> Comment on attachment 8423927 [details] [diff] [review]
> Patch v2
>
> Review of attachment 8423927 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: browser/themes/windows/browser.css
> @@ +2884,5 @@
> > height: 28px;
> > }
> > +
> > + #main-window[inFullscreen] #TabsToolbar > .private-browsing-indicator {
> > + background-image: url("chrome://browser/skin/privatebrowsing-mask-titlebar-XPVista7.png");
>
> Maybe add a comment here (and in the other places) stating that the use of
> the titlebar graphic in the TabsToolbar is intentional?
Thanks, good plan - will do.
Assignee | ||
Comment 21•11 years ago
|
||
Added some documentation.
Attachment #8423927 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Attachment #8424043 -
Attachment description: Patch v2.1 → Patch v2.1 (r+'d by jaws)
Attachment #8424043 -
Flags: review+
Assignee | ||
Comment 22•11 years ago
|
||
Whiteboard: p=3 s=it-32c-31a-30b.2 [qa?] → p=3 s=it-32c-31a-30b.2 [qa?][fixed-in-fx-team]
Updated•11 years ago
|
Whiteboard: p=3 s=it-32c-31a-30b.2 [qa?][fixed-in-fx-team] → p=3 s=it-32c-31a-30b.2 [qa+][fixed-in-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: p=3 s=it-32c-31a-30b.2 [qa+][fixed-in-fx-team] → p=3 s=it-32c-31a-30b.2 [qa+]
Target Milestone: --- → Firefox 32
Reporter | ||
Updated•11 years ago
|
QA Contact: camelia.badau
Reporter | ||
Comment 24•11 years ago
|
||
Verified fixed on Windows 7 32bit, 64 bit, Windows 8 32bit and Windows XP using latest Nightly 32.0a1 (buildID: 20140518030203). The private browsing indicator is displayed now while on full screen.
Status: RESOLVED → VERIFIED
QA Contact: camelia.badau
Whiteboard: p=3 s=it-32c-31a-30b.2 [qa+] → p=3 s=it-32c-31a-30b.2 [qa!]
Reporter | ||
Updated•11 years ago
|
QA Contact: camelia.badau
Assignee | ||
Comment 26•11 years ago
|
||
Comment on attachment 8424043 [details] [diff] [review]
Patch v2.1 (r+'d by jaws)
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
Bug 940509, missing the fullscreen case was an oversight on my part.
User impact if declined:
Windows users who use private browsing windows will not have any UI indication that they're in a private browsing window if they're in fullscreen mode.
Testing completed (on m-c, etc.):
A few days of successful baking on m-c. Local testing.
Risk to taking this patch (and alternatives if risky):
Very low - this is CSS only, and the CSS only impacts the fullscreen mode.
String or IDL/UUID changes made by this patch:
None.
Attachment #8424043 -
Flags: approval-mozilla-beta?
Attachment #8424043 -
Flags: approval-mozilla-aurora?
Flags: needinfo?(mconley)
Updated•11 years ago
|
Attachment #8424043 -
Flags: approval-mozilla-beta?
Attachment #8424043 -
Flags: approval-mozilla-beta+
Attachment #8424043 -
Flags: approval-mozilla-aurora?
Attachment #8424043 -
Flags: approval-mozilla-aurora+
Comment 27•11 years ago
|
||
Comment 28•11 years ago
|
||
Setting back [qa+] so we can verify this on Aurora and Beta as well.
Whiteboard: p=3 s=it-32c-31a-30b.2 [qa!] → p=3 s=it-32c-31a-30b.2 [qa+]
Comment 29•11 years ago
|
||
Reporter | ||
Comment 30•11 years ago
|
||
Verified fixed on Windows 7 32bit, 64 bit, Windows 8 32bit and Windows XP using:
- latest Aurora 31.0a2 (buildID: 20140521004003)
- Fx 30 beta 6 (build ID: 20140520115057)
Whiteboard: p=3 s=it-32c-31a-30b.2 [qa+] → p=3 s=it-32c-31a-30b.2 [qa!]
You need to log in
before you can comment on or make changes to this bug.
Description
•