-
-
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] VTextField append icons are not focusable #10265
Closed
phiter opened this issue
Jan 18, 2020
· 1 comment
· Fixed by #10439, skyYaga/skdvin-webapp#18, skyYaga/skdvin-webapp#21, skyYaga/skdvin-webapp#22 or skyYaga/skdvin-webapp#23
Closed
[Bug Report] VTextField append icons are not focusable #10265
phiter opened this issue
Jan 18, 2020
· 1 comment
· Fixed by #10439, skyYaga/skdvin-webapp#18, skyYaga/skdvin-webapp#21, skyYaga/skdvin-webapp#22 or skyYaga/skdvin-webapp#23
Labels
Milestone
Comments
ghost
added
the
S: triage
label
Jan 18, 2020
I tested this by replacing the vuetify/packages/vuetify/src/components/VInput/VInput.ts Lines 166 to 209 in 2a802d1
|
phiter
added
a11y
Accessibility issue
C: VTextField
VTextField
and removed
S: triage
labels
Jan 18, 2020
johnleider
added
T: bug
Functionality that does not work as intended/expected
C: VIcon
VIcon
and removed
C: VTextField
VTextField
labels
Jan 19, 2020
4 tasks
johnleider
added a commit
that referenced
this issue
Feb 4, 2020
fixes #10265 fixes #10391 fixes #10398 * fix(VIcon): use a button element for clickable icons * test: update snapshots * refactor(VIcon): change focus style following spec on this makes it hard to track focused icons, other frameworks use an outline similar to btn instead, team agrees * fix: fix double focus/ripple in v-rating, focus style updates * style(VIcon): change ordering Co-authored-by: John Leider <john@vuetifyjs.com>
This was referenced Feb 13, 2020
This was referenced Feb 21, 2020
This was referenced Mar 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Vuetify Version: 2.2.4
Vue Version: 2.6.11
Browsers: Chrome 79.0.3945.117
OS: Windows 10
Steps to reproduce
Expected Behavior
The append/prepend icons should get focus and have an active focus state
Actual Behavior
They don't
Reproduction Link
https://codepen.io/phiter/pen/KKwGyWR
The text was updated successfully, but these errors were encountered: