Closed
Bug 839073
Opened 13 years ago
Closed 13 years ago
Titlebar is collapsed in private browsing windows
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
FIXED
Firefox 21
People
(Reporter: tetsuharu, Assigned: mconley)
References
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
|
26.45 KB,
image/png
|
Details | |
|
752 bytes,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
[Environment]
* OSX 10.8
* http://hg.mozilla.org/mozilla-central/rev/04e13fc9dbff
Please see screenshot.
| Reporter | ||
Updated•13 years ago
|
Keywords: regression
Comment 1•13 years ago
|
||
Hmm, is this a regression from bug 647216?
Comment 2•13 years ago
|
||
Mike, would this be an unintended consequences from private browsing's use of in-titlebar drawing for private browsing windows?
Blocks: PBnGen
| Assignee | ||
Comment 3•13 years ago
|
||
Ouch, possibly. Hang on - lemme poke at this.
Assignee: nobody → mconley
| Assignee | ||
Comment 4•13 years ago
|
||
STR:
1) Go to http://www.getpersonas.com and add a lightweight theme to Firefox
2) Open a Private Browsing window
Result:
See attachment 711336 [details]
According to DOMi, we're getting burned by this rule: http://mxr.mozilla.org/comm-central/source/mozilla/browser/themes/pinstripe/browser.css#42
I don't believe we need this rule in this new drawing-titlebar-in-OSX world we're living in now. Give me some time to confirm.
Summary: Tabbar is buried on private browsing window → Titlebar is collapsed in private browsing windows when using lw-themes
| Assignee | ||
Comment 5•13 years ago
|
||
(In reply to Mike Conley (:mconley) from comment #4)
>
> I don't believe we need this rule in this new drawing-titlebar-in-OSX world
> we're living in now. Give me some time to confirm.
Hm, so we *do* need this rule until we're permanently drawing in the titlebar a-la bug 625989.
| Assignee | ||
Comment 6•13 years ago
|
||
Ugh, and I was wrong about needing to have a lw-theme installed. Was using the wrong build.
The STR in comment 4 are no longer valid. Just opening a private browsing window is sufficient to expose the bug.
Summary: Titlebar is collapsed in private browsing windows when using lw-themes → Titlebar is collapsed in private browsing windows
| Assignee | ||
Comment 7•13 years ago
|
||
Don't display:none the titlebar if we're in a private browsing window.
| Assignee | ||
Comment 8•13 years ago
|
||
Comment on attachment 711388 [details] [diff] [review]
Patch v1
Hey Dao, does this work for you?
Attachment #711388 -
Flags: review?(dao)
| Assignee | ||
Comment 9•13 years ago
|
||
Comment on attachment 711388 [details] [diff] [review]
Patch v1
Or perhaps you have some cycles to review this, Marco?
Attachment #711388 -
Flags: review?(dao) → review?(mak77)
Comment 11•13 years ago
|
||
Comment on attachment 711388 [details] [diff] [review]
Patch v1
> #titlebar-buttonbox-container,
>-#titlebar:not(:-moz-lwtheme) {
>+#main-window:not([privatebrowsingmode=temporary]) > #titlebar:not(:-moz-lwtheme) {
> display: none;
> }
I believe you want '#main-window:not([drawintitlebar=true]) > #titlebar' here.
> #main-window[drawintitlebar="true"] > #titlebar {
> height: 22px;
> }
And then you can change this to just #titlebar.
Attachment #711388 -
Flags: review?(mak77) → review-
| Assignee | ||
Comment 12•13 years ago
|
||
Oh yes - good thinking. That's much more direct.
Attachment #711388 -
Attachment is obsolete: true
Attachment #711824 -
Flags: review?(dao)
Updated•13 years ago
|
Attachment #711824 -
Flags: review?(dao) → review+
| Assignee | ||
Comment 13•13 years ago
|
||
Comment 14•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 21
Comment 16•13 years ago
|
||
I think here is still an issue:
Switching into (and out of) fullscreen with a PrivateMode Window with the shortcut SHIFT-CMD-F or CTRL-CMD-F is very smooth.
But when you use the Fullscreen-Button then you will notice a short break with the titlebar and you will notice that there is not a nice transition while switching into (and out of) fullscreen.
Same behavior, when you are in fullscreen with a PrivateMode Window and open a new one with SHIFT-CMD-P.
Is this a known issue or should I file a new one ?
Thanks.
Comment 17•13 years ago
|
||
Please file a new one.
Comment 18•13 years ago
|
||
(In reply to Josh Matthews [:jdm] from comment #17)
> Please file a new one.
Filed bug 839773. Thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•