Skip to content
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][2.3.13] keydown does not work on v-dialog after click outside which has persistent true #13882

Closed
karsumir opened this issue Jul 5, 2021 · 2 comments
Labels
C: VDialog VDialog

Comments

@karsumir
Copy link

karsumir commented Jul 5, 2021

Environment

Vuetify Version: 2.3.13
Vue Version: 2.6.11
Browsers: Chrome 91.0.4472.114
OS: Windows 10

Steps to reproduce

  1. Click OPEN DIALOG button to open dialog
  2. Press esc key to check keydown.esc has no problem
  3. Click outside to check persistent option is true
  4. Press esc key to close dialog (this does not work)
  5. Click any place of dialog box and press esc key. (this work)

Expected Behavior

Close dialog on step 4

Actual Behavior

No any response (@keydown does not work on step 4)

Reproduction Link

https://codepen.io/karsumir/pen/JjNGPqB

Other comments

I'm not sure this is a bug or just an intended action.
It seems like lost focus from dialog when click outside even if retain focus option is true.

@ghost ghost added the triage label Jul 5, 2021
@KaelWD KaelWD added S: triage and removed triage labels Jul 6, 2021
@glen-84 glen-84 added the C: VDialog VDialog label Jul 30, 2021
@johnleider
Copy link
Member

This Issue is being closed due to inactivity.

If you have any questions, please reach out to us in our Discord community.

@douglasg14b
Copy link

This is still an issue though :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDialog VDialog
Projects
None yet
Development

No branches or pull requests

5 participants