-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Bug Report][3.4.9] v-dialog: @keydown.esc does not trigger when in persistent mode #18989
Comments
That states that it will not deactivate it, not that the keydown events will not be emitted. This is very different than "closing the dialog", I may want to wave an annoying flashy thing at the user when they hit The animation is expected, the events not being re-emitted is not, that is what this bug report is about. |
Upderstand, appologies looks like I complicated issue even more I would still add that any keyup and keydown does not work on v-dialog regarless of persistent prop. All the best, sorry for the confusion! |
Bumping this bug up because as it is implemented at the moment we can not use |
Fixed with #18779 |
Thanks @KaelWD !! |
Environment
Vuetify Version: 3.4.9
Vue Version: 3.4.5
Browsers: Firefox 120.0
OS: Windows 10
Steps to reproduce
persistent
@keydown.esc
to the dialogesc
Expected Behavior
The event is fired & handled
Actual Behavior
It is not
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
This appears to have worked in older versions of vuetify
For example, this issue has it working but only if the dialog itself is clicked: #13882
The text was updated successfully, but these errors were encountered: