-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Dialogues not properly closed with escape key #71
Comments
(Tested with Firefox 57.0.4 and Chrome 62.0.3202.94.) |
Good find. I'll be sure to look back at this when upgrading jquery. |
With Vue the dialogues are no longer closed with the escape key. I guess we could change this to support closing the dialogues? |
Thanks for the reminder! I did actually look into closing with the escape key. I didn't get it to work and haven't looked too much into it since, but I'm guessing the problem has something to do with being in an iframe. I'll add this issue to the project board so that I don't forget it. :) |
Im guessing it will be an easy fix, just glossed over it for now. |
Hello, After speaking with @psiinon I have worked on this issue and am close to submitting a PR. Thanks! |
The HUD dialogues (e.g. alert details) are closed with the escape key but the grey/background layer is not removed.
The text was updated successfully, but these errors were encountered: