-
Notifications
You must be signed in to change notification settings - Fork 73
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
In MacOS, MessageDialog fails to automatically collapse after the button "Ok" is clicked. #221
Comments
Hi genius, The failure of dismissing the dialog is a known fault of the widget @PolyMeilex I'm not aware of how to invoke the function. |
@PolyMeilex For this issue, I have just submitted a PR: #223 |
The bugfix has been merged into the master branch. As a result, it's closed. |
Hi genius,
I have written a demo which is able to reproduce the bug. Please download error-demo.zip and
cargo run
it in MacOS. My local MacOS version is .In a nutshell, even though the MessageDialog widget can't automatically collapse, the executing flow of the program isn't blocked. Namely, as soon as the button "Ok" on the MessageDialog widget is clicked,
However, the latest MessageDialog widget abnormally stays on the Desktop all the time, until the main process exits. The phenomenon merely occurs in MacOS.
The text was updated successfully, but these errors were encountered: