what-input: Using tab to change input elements does not trigger keyboard event
Shouldn’t changing focus from one element to another using TAB change the input type to keyboard?
Steps to reproduce at demo page:
- use mouse to click
inputEmail address - use keyboard
TABkey to change focus toinputPassword - input type stays as
mouse💣
If you keep using keyboard TAB key to change focus, it will change input type to mouse when button Submit is focused, which seems inconsistent
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (14 by maintainers)
Commits related to this issue
- Replicates functionality resolved in #50 — committed to ten1seven/what-input by ten1seven 7 years ago
- Merge pull request #64 from ten1seven/jf/tab-key-inputs Replicates functionality resolved in #50 — committed to ten1seven/what-input by ten1seven 7 years ago
@DmitryGonchar just rolled your changes into version 4: https://github.com/ten1seven/what-input/pull/64