-
Notifications
You must be signed in to change notification settings - Fork 404
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
zenity linux doesn't get mouse focus #1124
Comments
So here's the problem It used to be a menu closed before a callback was called With our never animate that is no longer the case So the menu is still open and stealing the mouse Basically the lack of animation in removeModalView gets things out of order. |
Oh right. What if the callback is rescheduled on the event loop to be done soon later? |
Yeah that's exactly the fix. I will get it in place now. |
Yeah I found the bug and have a fix. Just waiting for CI to finish and I'll merge it. Thanks!! |
just pushed to master. If you build yourself and do a submodule update you should be good. Or wait for the deb in about 30 minutes. |
It confirm it as fixed after rebuilding master, following the submodule update. |
Great! |
Reported by @tank-trax and @mortfell to @jpcima and me any of the zenity things like open sci no longer respond to mouse
I bet our menu changes mean a mouse event is getting mis-routed or mis-handled and vstgui is somehow confused about who has focus.
The text was updated successfully, but these errors were encountered: