Closed
Bug 614314
Opened 15 years ago
Closed 15 years ago
Windows created after entering/exiting fullscreen mode are created at maximum size
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b9
People
(Reporter: jon.chambers, Assigned: mstange)
References
Details
(Whiteboard: [fixed by bug 538242])
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b8pre) Gecko/20101123 Firefox/4.0b8pre
Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b8pre) Gecko/20101123 Firefox/4.0b8pre
After entering and exiting fullscreen mode, new windows are created at "maximized" size (I use scare-quotes because OS X doesn't have a native notion of maximized windows) rather than at the size of the un-fullscreened window. Normally, windows are created at the same size as the most recently-created window.
Reproducible: Always
Steps to Reproduce:
1. Open a new browser window.
2. Enter fullscreen mode.
3. Exit fullscreen mode. The window should return to its original size (assuming it wasn't maximized to begin with).
4. Open a new browser window.
Actual Results:
The new window opened in step 4 will be sized to fill the entire screen.
Expected Results:
The new window opened in step 4 should be sized to match the un-fullscreened window.
This problem occurs whether the window in reproduction step 4 is opened immediately or it is created by exiting and re-launching the browser entirely. If the window opened in reproduction step 4 is resized, new windows opened after that time will be created at the same size as the resized window (as opposed to "maximized" size).
I haven't had an opportunity to try to replicate this behavior on other platforms yet. This bug may be related to bug 425086, but 425086 is seemingly Windows-specific. I don't think it's related to bug 454348.
Reporter | ||
Updated•15 years ago
|
Version: unspecified → Trunk
Comment 1•15 years ago
|
||
I'm able to reproduce the problem Mac, but not on Linux nor Windows 7, using the latest nightlies.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: DUPEME
Assignee | ||
Comment 2•15 years ago
|
||
The patch in bug 538242 fixes this.
Assignee: nobody → mstange
Severity: minor → normal
Status: NEW → ASSIGNED
Component: Shell Integration → Widget: Cocoa
Depends on: 538242
Product: Firefox → Core
QA Contact: shell.integration → cocoa
Hardware: x86_64 → All
Whiteboard: DUPEME
Assignee | ||
Comment 3•15 years ago
|
||
Should be fixed by bug 538242.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [fixed by bug 538242]
Target Milestone: --- → mozilla2.0b9
You need to log in
before you can comment on or make changes to this bug.
Description
•