-
Notifications
You must be signed in to change notification settings - Fork 975
Maximizing window puts the bottom 1px of window behind the taskbar #7215
Comments
@srirambv interesting that you opened this up- I was just reviewing a similar report in Electron: Basically, it's a problem upstream in Chromium. It seems the ticket is close though- I'll see if I can give it a bump |
For reference, here's the bug being tracked in Chromium: |
We've received a similar report from a contributor in the Brave Community:
Contributor Feedback:
|
- manually applied: electron/electron@638eae1 - manually applied: https://github.com/electron/electron/pull/9167/files Passes the correct subsystem variable to linker. Before, older Windows version was being used which affected GetSystemMetrics (wrong values returned) Should fix brave/browser-laptop#7641 Should fix brave/browser-laptop#7215 Might fix brave/browser-laptop#5159 Auditors: @bbondy, @bridiver
- manually applied: electron/electron@638eae1 - manually applied: https://github.com/electron/electron/pull/9167/files Passes the correct subsystem variable to linker. Before, older Windows version was being used which affected GetSystemMetrics (wrong values returned) Should fix brave/browser-laptop#7641 Should fix brave/browser-laptop#7215 Might fix brave/browser-laptop#5159 Auditors: @bbondy, @bridiver
@bsclifton This works as expected but as a result when the browser is maximised and relaunched, there is a 1px gap between the browser window and the taskbar and the browser is in a maximised restore position and will have to maximised again to fit in screen correctly |
@srirambv thanks for the heads up (and for creating the issue 😄 ) |
Test plan
Original issue description
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
Maximizing window puts the bottom 1px of window behind the taskbar
Platform (Win7, 8, 10? macOS? Linux distro?):
Windows 10 x64
Brave Version (revision SHA):
Brave 0.13.3
rev 40d9979
Existing issue verified till 0.12.15
Steps to reproduce:
Actual result:
1px size of window is hidden behind the taskbar
Expected result:
Complete window should be above the taskbar when maximized
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Yes
Is this an issue in the currently released version?
Yes
Can this issue be consistently reproduced?
Yes
Extra QA steps:
1.
2.
3.
Screenshot if needed:
on 0.12.15
0.13.3 RC2
Any related issues:
cc: @bsclifton
The text was updated successfully, but these errors were encountered: