Closed
Bug 1448760
Opened 7 years ago
Closed 7 years ago
Browser/web console do not remember window maximised state on Windows
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | --- | fixed |
People
(Reporter: eros_uk, Assigned: xidorn)
References
Details
(Keywords: reproducible)
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180324100127
Steps to reproduce:
Internal windows (history, Dev, console, etc) in 61.0a1 (2018-03-24) (64-bit) open up ALWAYS small and do no remember the maximised state.
This issue was not present before (60.0a1) and is new in 61.0a1 (2018-03-24) (64-bit) .
![]() |
||
Comment 2•7 years ago
|
||
I can reproduce on Browser console
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Updated•7 years ago
|
status-firefox59:
--- → unaffected
status-firefox60:
--- → unaffected
status-firefox61:
--- → affected
status-firefox-esr52:
--- → unaffected
Assignee | ||
Comment 3•7 years ago
|
||
I tested 20180326220108 which is supposed to include fix of bug 1446264, and the original bug 1446264 is indeed fixed for the browser window.
However, it seems that web console and browser console somehow still don't remember the maximized state on Windows (while it works as expected on macOS).
Assignee | ||
Comment 4•7 years ago
|
||
Re-purpose it to the browser console and web console.
Note that I cannot reproduce this issue on library (bookmarks and history) window. That should have been fixed in bug 1446264.
Summary: Nightly: 61.0a1 (2018-03-24) (64-bit) Does not remember internal window maximised state → Browser/web console do not remember window maximised state on Windows
Assignee | ||
Comment 5•7 years ago
|
||
I cannot reproduce this issue with 20180316100132 (which is the last nightly without bug 1439875) so supposedly this is also by that bug.
As of 61.0a1 (2018-03-26) (64-bit) Win, History, Bookmarks are fine.
Browser console (Ctrl + shift + J & F12) are still affected.
![]() |
||
Comment 7•7 years ago
|
||
Scratchpad is also affected,
![]() |
||
Updated•7 years ago
|
Keywords: reproducible
OS: Unspecified → Windows
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → xidorn+moz
Assignee | ||
Comment 8•7 years ago
|
||
So the problem here is that, the window has "centerscreen" feature set, and thus we try to centering it after chrome loads, which pulls the window back from maximized state.
I guess there isn't really an approach we can exactly restore the old behavior (that the window is centered then maximized, which means when restore from the maximized state, the window would be center in the screen rather than restore the previous persisted position), but I guess skip centering the window in that case probably makes enough sense.
Comment hidden (mozreview-request) |
![]() |
||
Comment 10•7 years ago
|
||
mozreview-review |
Comment on attachment 8962697 [details]
Bug 1448760 - Don't try to center window after load when the size mode is not normal.
https://reviewboard.mozilla.org/r/231568/#review237384
Attachment #8962697 -
Flags: review?(bzbarsky) → review+
Comment 11•7 years ago
|
||
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f2079554d753
Don't try to center window after load when the size mode is not normal. r=bz
Comment 12•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Reporter | ||
Comment 13•7 years ago
|
||
Maximize issue appears fixed on 61.0a1 (2018-03-29) (64-bit) Win
New in 61.0a1 (2018-03-29) (64-bit) Win
Although ............. I don't seem to be able to clear the Browser console. I delete (Bin), it clears. After closing and reopening the console (Ctrl + Shift + J) the entries are still there.
errors from:
view-source:resource://devtools/client/inspector/markup/markup.js
etc
etc
Assignee | ||
Comment 14•7 years ago
|
||
For anything different, please file new bug.
Reporter | ||
Comment 15•7 years ago
|
||
Filed under a new bug 1450186
The reason I mentioned it here was just in case, it had anything to do with the fix that was introduced in this bug.
Reporter | ||
Comment 16•7 years ago
|
||
Not sure if it is related or not.. seems related...
Debug: Developer Tools
The maximize is grey and can not resize the window manually
Also on lunch of extension debug.. the screens goes black first and then it shows. It seems like a black full size window is opened, then resized and content shown.
Reporter | ||
Comment 17•7 years ago
|
||
Update:
I was testing with 61.0a1 (2018-04-08) (64-bit) Win
comment 16 maximize issue is also fixed in the Debug: Developer Tools Console
Tested on 61.0a1 (2018-04-13) (64-bit) Win
The black screen flash is still there though.
You need to log in
before you can comment on or make changes to this bug.
Description
•