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] Vuetify selects break tab key focus support in Mac OS Safari #5913

Closed
ChrisLandowski opened this issue Dec 16, 2018 · 2 comments
Assignees
Labels
C: VSelect VSelect platform specific The issue only occurs on a specific platform T: bug Functionality that does not work as intended/expected
Milestone

Comments

@ChrisLandowski
Copy link

Versions and Environment

Vuetify: 1.3.14
Vue: 2.5.21
Browsers: Safari 12.0.2
OS: Mac OS 10.14.2

Steps to reproduce

Open the reproduction link, click on a select, try using tab and shift tab to move between other selects.

Expected Behavior

Focus should change to the next and previous selects.

Actual Behavior

Focus does not change as expected.

Reproduction Link

https://codepen.io/ChrisLandowski/pen/EGyjoK?&editable=true&editors=101

Other comments

If you visit the Vuetify Issue Creator page (https://issues.vuetifyjs.com), the tab key support works as expected until you tab into the affected browsers select.

@johnleider
Copy link
Member

The bug here is shift-tab as the former was resolved in 1.3.14

@johnleider johnleider added the T: bug Functionality that does not work as intended/expected label Dec 25, 2018
@johnleider johnleider added this to the v2.0.0 milestone Dec 25, 2018
@MajesticPotatoe MajesticPotatoe added the C: VSelect VSelect label Apr 9, 2019
@dsseng dsseng added the platform specific The issue only occurs on a specific platform label Jun 11, 2019
johnleider added a commit that referenced this issue Jun 19, 2019
the ordering of events in safari/ie11 caused our manual blur of the input to break tabbing through
inputs. also resolved duplicate blur events.

fixes #6608, fixes #5913
@johnleider johnleider self-assigned this Jun 19, 2019
@johnleider
Copy link
Member

This is resolved with 5fa6a68 . Thank you for your patience on this.

This was referenced Jul 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C: VSelect VSelect platform specific The issue only occurs on a specific platform T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

4 participants