ten1seven / what-input

A global utility for tracking the current input method (mouse/pointer, keyboard or touch).
https://ten1seven.github.io/what-input
MIT License
1.35k stars 89 forks source link

After tabulation on "<button", data-whatintent switch to "keyboard" #103

Closed Diicepoo closed 4 years ago

Diicepoo commented 4 years ago

After tabulation on "<button", data-whatintent switch to "keyboard".

You can see at: https://ten1seven.github.io/what-input/

1) Click on input 2) MAJ + TAB for going to button 3) TAB = Now, input is bordered

It's not logic, because if you do: 1) Click on input 2) MAJ for going on next input = input is still no bordered

Diicepoo commented 4 years ago

I closed the issue because although I have abnormal behavior on my application, the diagnosis of this issue is not good.

Diicepoo commented 4 years ago

I had abnormal behavior in my application (Angular) because I did not have a <form> tag

ten1seven commented 4 years ago

Okay, thanks for the follow up on that @Diicepoo !