Closed
Bug 1165570
Opened 10 years ago
Closed 10 years ago
Native fullscreen button is still displayed even in fullscreen mode on toolbar
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 41
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
dao
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
On Mac OS X, after entering fullscreen mode, the fullscreen button is still displayed on the toolbar. It should be hidden since the system provides such button for exiting on the top menu bar.
This is a regression from bug 1162752.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → quanxunzhen
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8606774 -
Flags: review?(dao)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8606774 -
Attachment is obsolete: true
Attachment #8606774 -
Flags: review?(dao)
Attachment #8607845 -
Flags: review?(dao)
Comment 3•10 years ago
|
||
Comment on attachment 8607845 [details] [diff] [review]
patch
>+ // For Lion fullscreen, all fullscreen controls are hidden, don't
>+ // bother to touch them. If we don't stop here, the following code
>+ // could cause the native fullscreen button be shown unexpectedly.
>+ // See bug 1165570.
>+ if (!aShow && this.useLionFullScreen) {
>+ return;
>+ }
Why do you care about !aShow here?
Assignee | ||
Comment 4•10 years ago
|
||
I guess it doesn't really matter... When I was debugging bug 1105939, I suspected a bug was potentially related to this, which later was proven to be false. Hence it seems to me that either version is fine. If you think the old one is better, you could obsolete the new one and grant the old one :)
Updated•10 years ago
|
Attachment #8606774 -
Attachment is obsolete: false
Attachment #8606774 -
Flags: review+
Updated•10 years ago
|
Attachment #8607845 -
Attachment is obsolete: true
Attachment #8607845 -
Flags: review?(dao)
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
Assignee | ||
Comment 8•10 years ago
|
||
Comment on attachment 8606774 [details] [diff] [review]
patch
Approval Request Comment
[Feature/regressing bug #]: bug 1162752
[User impact if declined]: will see fullscreen button on tabbar even in fullscreen mode
[Describe test coverage new/current, TreeHerder]: n/a
[Risks and why]: shouldn't be risky
[String/UUID change made/needed]: n/a
Attachment #8606774 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
status-firefox40:
--- → affected
Updated•10 years ago
|
Attachment #8606774 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 9•10 years ago
|
||
Updated•9 years ago
|
QA Whiteboard: [good first verify]
You need to log in
before you can comment on or make changes to this bug.
Description
•