violetlib/vaqua

FileChooser shown from modal dialog results in unresponsive UI

Opened this issue · 4 comments

I have a modal dialog that presents a JFileChooser using VAqua. After choosing a file and closing the file chooser dialog, I can interact with my modal dialog, but after I close the modal dialog, my application UI doesn't receive clicks.

This only occurs with VAqua and with a modal dialog, and only if I present the dialog using:

VSheet.showDialog(dialog, null);

I am investigating, but posting an issue in case it rings any bells!

OK, I can resolve the issue by not calling setModal(true) on my dialog before showing it. Something funny happening in connection with sheets and a dialog that is modal?

@cbfiddle yeah, a funny one... do you think we should add a correction of this modal status into the client?