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

tab focus inside form at IE11 #16003

Closed
1 task done
crazyx13th opened this issue Apr 10, 2019 · 2 comments
Closed
1 task done

tab focus inside form at IE11 #16003

crazyx13th opened this issue Apr 10, 2019 · 2 comments
Assignees

Comments

@crazyx13th
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

https://ant.design/components/form/

Steps to reproduce

At first two examples (Horizontal Login Form, Login Form) you can't jump from username to password with one Tab-Keypress at IE11

What is expected?

normal Tab-Key behavior like at chrome

What is actually happening?

you can't jump from username to password with one Tab-Keypress, you need to press Tab two times at IE11

Environment Info
antd 3.16.2
React 16.8.6
System Win 10
Browser IE11

I think the "label-icon" is focused on IE11

thx!

greetings
crazyx13th

@GuentherK
Copy link

What causes this problem are the SVG's that are displayed. Add focusable="false" to the SVG tag and it will work

image

@crazyx13th
Copy link
Author

thx GuentherK for details and zombieJ for fix this tiny bug!

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

No branches or pull requests

3 participants