This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
Dialog windows sometimes not doing anything on v1.1.11 #610
Comments
Thanks. I'm looking into this |
I don't have access to a windows machine and I can't reproduce this on ubuntu by just doing
@Vexatos would you mind dev-ing Gtk and trying to add a Line 41 in cea01eb
If that doesn't work try between 40 and 41. Sorry for the breakage! |
Putting a |
IanButterworth
added a commit
to IanButterworth/Gtk.jl
that referenced
this issue
Jan 16, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The changes introduced in PR #607 seem to cause issues when showing dialog boxes sometimes, at least on Windows. Setting
GTK_AUTO_IDLE
tofalse
fixes it, confirming that this PR is the culprit.We don't have much information to present unfortunately, but in some situations, opening a dialog box such as
ask_dialog
shortly afterusing Gtk
opens a completely unresponsive window. It's not possible to interact with any buttons in the window, including the X button in the window bar. In our tests, adding a simplesleep(0)
orprintln()
in front of theask_dialog
is already enough to fix it, so we don't really know why this could happen.The text was updated successfully, but these errors were encountered: