-
Notifications
You must be signed in to change notification settings - Fork 3
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
setModalityType() not yet supported #29
Comments
Usually for modal dialogs, the menus are blocked. It is even so that BTW: I am using advanced Swing API to set the dialog to modal.
I use the advanced Swing API for some requirements for when |
Intersting I changed the code to the following:
And now the menu is blocked. Oki Doki. So the advanced API |
Hi @jburse , thanks for your report! How did you create the
(Which should be equivalent to your workaround of Can you provide us a test case showing different behaviour between CheerpJ and native Java (leaving aside the window stacking issue tracked in #31 )? |
If you don't specify a parent, it still has a parent.
As soon as I have time, I can make more testing |
@jburse The simplest thing would be for you to revert the workaround (i.e. using |
This is a follow up issue to the issue here:
#16 (comment)
I just noticed that modal dialogs are not fully modal. I can still interact with
the menu bar of the applet. As a result I can open the same modal dialog
multiple times. Here I open it the first time:
The text was updated successfully, but these errors were encountered: