-
Notifications
You must be signed in to change notification settings - Fork 692
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
closeByEscape closes dialogs it shouldn't #86
Comments
Actually, it doesn't matter how the first dialog is configured. I think my expected behavior is that typing the "escape" key would only close the top dialogs, but it closes all of them. |
+1 |
1 similar comment
+1 |
+1
Exactly my expectation and that's why I am here. |
💯 |
I think I found a bug. If I open a dialog with
closeByEscape: false
, and then open a second dialog without this option (thus defaulting to true), typing the "escape" key will close both modals. The expected behavior is that the first modal wouldn't be closeable via the escape key.See it in action here:
http://jsfiddle.net/joelstein/rsdeufgz/
The text was updated successfully, but these errors were encountered: