-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Taskbar is ignored after resolution change #2180
Comments
Reviewed. To @redmunds. |
@JeffryBooher Do you know if this is fixed by your PR adobe/brackets-shell#498 too, or is this a different issue? |
@peterflynn it looks like that change doesn't use work area but rather virtual screen but it also doesn't appear that it's responding to resolution change messages. That would need a |
@JeffryBooher In the bug description above, the screen resolution is changed while Brackets isn't running. I think you might have been thinking of a different issue... |
@peterflynn Sorry, I should have been more clear -- Reviewing that change, it doesn't look like it will take the work-area into consideration (the area not consumed by taskbars and other toolbars docked on the desktop) while rejiggering its size after restart so that would need to be fixed. In addition to that, it should respond to the messages noted above while it is running to rejigger the window size so that it fits in the new work area. This may already be handled by Windows directly, however, so that could just be a test case for now. |
Ah, ok -- thanks for the info! |
On Windows only:
Expected: window is as big as the screen minus taskbar and other docked elements
Observed: window is as big as the screen and partially covered by the taskbar
The same goes for simply moving the window off screen on the bottom end. It is moved upwards when starting Brackets again, but not quite enough.
Marking low priority in correspondence with @gruehle (adobe/brackets-shell#144)
The text was updated successfully, but these errors were encountered: