You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Factored out of #166 (create a Dialog base type). I tested the modal option of joist.Dialog, and it doesn't work as expected.
I set modal: true on line 108 of AboutDialog.js, ran a sim in requirejs mode, and opened the AboutDialog. It behaved exactly like a modal dialog.
As described in the requirements for #166, a non-modal dialog allows you to interact with the sim while the dialog is open. And the dialog must be closed via close button or some interaction with dialog’s component.
The text was updated successfully, but these errors were encountered:
Factored out of #166 (create a Dialog base type). I tested the modal option of joist.Dialog, and it doesn't work as expected.
I set
modal: true
on line 108 of AboutDialog.js, ran a sim in requirejs mode, and opened the AboutDialog. It behaved exactly like a modal dialog.As described in the requirements for #166, a non-modal dialog allows you to interact with the sim while the dialog is open. And the dialog must be closed via close button or some interaction with dialog’s component.
The text was updated successfully, but these errors were encountered: