Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repositioning issue when moving managed windows through macOS native titlebar #473

Closed
koekeishiya opened this issue Apr 12, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@koekeishiya
Copy link
Owner

koekeishiya commented Apr 12, 2020

When a managed window is moved by simply clicking on its titlebar, and it is returned to its region because it was not dropped on another managed window or display, it would in almost all cases be positioned slightly off, because we actually delay the return of the macOS mouse up event until after our processing has finished. The reason for this is to make sure that we do not pass through a mouse up event that should be consumed, because its initial mouse down event was consumed.

@koekeishiya koekeishiya added the bug Something isn't working label Apr 12, 2020
@koekeishiya koekeishiya added addressed on master; not released Fixed upstream, but not yet released and removed addressed on master; not released Fixed upstream, but not yet released labels Apr 12, 2020
@NickClark
Copy link

So much better now! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants