Closed
Bug 1410878
Opened 7 years ago
Closed 6 years ago
The tab browser jumps when exit from fullscreen
Categories
(Core :: Widget: Cocoa, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: valentina.ona, Unassigned)
References
Details
(Whiteboard: [tpi:+])
Attachments
(1 file)
(deleted),
video/mp4
|
Details |
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID 20171023100252
[Affected platforms]: Mac OS X 10.12 and Mac OS X 10.13
[Affected versions]: Nightly 58.0a1, Firefox Beta 57.0b10
[Steps to Reproduce]:
1. Launch Nightly
2. Resize the window
3. Maximize the window
4. Fullscreen the window and exit from full screen.
[Expected result]: The tab will return to the tabbar without any problems
[Actual result]: The tab jumps when exiting from fullscreen
Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Thanks for reporting! I'm able to reproduce this. I noticed that if we didn't call TabsInTitlebar.updateAppearance(true) in FullScreen.toggle(), the tabs would remain in their incorrect position after exiting fullscreen. We seem to fail to restore window.STATE_MAXIMIZED properly when exiting fullscreen.
Priority: -- → P2
Whiteboard: [tpi:+]
Comment 3•6 years ago
|
||
This was fixed by https://hg.mozilla.org/integration/mozilla-inbound/rev/e354a018b703 from bug 1356920. \o/
You need to log in
before you can comment on or make changes to this bug.
Description
•