Maximize(Restore) window button does not work on Windows 7/8.1
Categories
(Core :: Widget: Win32, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | unaffected |
firefox92 | --- | unaffected |
firefox93 | --- | unaffected |
firefox94 | --- | verified |
People
(Reporter: emk, Assigned: emk)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1729749 +++
Steps to Reproduce:
- Open Nightly
- Click Maximize/Restore Button
Actual Results:
Nothing happens.
Double click on draggable area works as expected.
Expected Results:
Window should be resized.
Assignee | ||
Comment 1•3 years ago
•
|
||
Windows 7/8.1 uses the system buttons even if the system title bar is disabled. mWindowButtonsRect
holds the button area when the system buttons are used.
https://searchfox.org/mozilla-central/rev/1761c710b035d7dc8892dfa8e56589b4e095221f/widget/windows/nsWindow.cpp#4216-4232
Assignee | ||
Comment 2•3 years ago
•
|
||
Windows 7/8.1 uses the system buttons even if the system title bar is disabled. mWindowButtonsRect
holds the button area when the system buttons are used.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Comment 5•3 years ago
|
||
Reproduced the issue on Windows 8.1 x64 with Fx Nightly(2021-09-10).
Verified as fixed with Windows 8.1 x64 and Windows 7 x64 Firefox Nightly 95.0a1 and Fx 94.0b4.
Updated•3 years ago
|
Updated•3 years ago
|
Description
•