-
-
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] VDialog doesn't get focus on first open #8220
Labels
C: VDialog
VDialog
has workaround
S: has PR
The issue has a pending Pull Request
T: bug
Functionality that does not work as intended/expected
Comments
ghost
added
the
S: triage
label
Jul 31, 2019
jacekkarczmarczyk
added
C: VDialog
VDialog
T: bug
Functionality that does not work as intended/expected
has workaround
and removed
S: triage
labels
Jul 31, 2019
Workaround https://codepen.io/anon/pen/BXZyba |
Yeah adding Looks like without it VDialog component tries to focus its content before it was rendered. |
jacekkarczmarczyk
added a commit
that referenced
this issue
Aug 24, 2019
9 tasks
johnleider
pushed a commit
that referenced
this issue
Aug 28, 2019
johnleider
pushed a commit
that referenced
this issue
Aug 28, 2019
Fix is all very well, but now autofocus on v-text-field is no longer working. |
@avenmore please create a new issue with reproduction if there's a bug |
@jacekkarczmarczyk Created issue #8845 |
johnleider
pushed a commit
that referenced
this issue
Sep 20, 2019
nok-mh
added a commit
to nok-mh/ecamp3
that referenced
this issue
Nov 14, 2020
Workaround for issue vuetifyjs/vuetify#8220
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C: VDialog
VDialog
has workaround
S: has PR
The issue has a pending Pull Request
T: bug
Functionality that does not work as intended/expected
Environment
Vuetify Version: 2.0.3
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.87
OS: Windows 10
Steps to reproduce
Expected Behavior
Step 3 should close dialog
Actual Behavior
Dialog doesn't close
Reproduction Link
https://codepen.io/anon/pen/aeWxbp
The text was updated successfully, but these errors were encountered: