-
Notifications
You must be signed in to change notification settings - Fork 902
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
macOS: Closing window doesn't happen until the mouse cursor has moved #1117
Comments
I've tested this myself and I cannot reproduce it with the latest master. I'm also running 10.14.6 on a macbook pro. Edit: An important note, I've tested this both with and without |
@chrisduerr Did you test with or without commit 7b707e7? |
It was tested with it. That's precisely the commit I ran. |
I've just pulled latest master and I still have this issue. @chrisduerr Which model do you have? I've got 15'' 2015. Maybe yours is different and that's why it works fine for you? PS I didn't make any modifications to my WM so it should be stock. |
I'm pretty sure I've got the 2018 model, the big one. |
I also can't repro this one on default macOS 10.14.6 using the latest master. I've got |
Ok, so how can I debug this? It's 100% reproducible on my side, so maybe you can suggest where to insert logs or other changes to figure out what is going wrong? |
I am able to reproduce this. Winit: 7b707e7
I have the same behaviour with |
This is also reproducible for me. When pressing the close button, the following log lines are emitted immediately, followed by the event loop callback receiving the
Setting Using a key to exit the event loop (instead of the close button) only seems to work because the event loop just so happens to receive a |
I can also reproduce reliably. macOS 10.14.6. |
Also able to reproduce. OS: |
This happens because we use |
Version: 0.20.0-alpha3
OS: Mojave 10.14.6
Code: window example
Clicking on the red button in tile bar doesn't close the window until mouse cursor has moved.
Video: http://88.99.85.67:1337/bug264.mp4
The text was updated successfully, but these errors were encountered: