-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[dark shell] Top of title bar not sensitive to double-click when maximized #5327
Comments
@JeffryBooher I hit this fairly often, so I'm flagging it a Medium... not sure if it should be required for this sprint or not, though. |
This is similar to #5269 |
I think it's a little bit different -- #5269 is only an issue because of the lack of visual separation between menubar and titlebar, and other Windows apps aren't normally draggable from the menubar area. But double-click at the top of a maximized window is common behavior in all Windows apps. |
@peterflynn it will be fixed with the fix to #5269. It's similar because both issues require some re-work of the WM_NCHITTEST handler which I will do together... |
Cool, got it. |
Actually I think it may not have been fixed with that change after all. Nominating for Sprint 33. |
FBNC @peterflynn |
@peterflynn - could you confirm this so we can close it out? Thanks. |
Confirmed fixed... sorry for the delay |
Result: nothing happens
Expected: window is un-maximized (same as if you double-click in the middle of the titlebar)
Other windows apps are sensitive all the way to the very top of the screen. This is important to get the Fitt's Law "infinite edges" effect -- you can throw your mouse vertically to the top without needing any fine positioning.
The text was updated successfully, but these errors were encountered: