luke-chang / js-spatial-navigation

A javascript-based implementation of Spatial Navigation.
Mozilla Public License 2.0
370 stars 117 forks source link

Input text element. When given focus, the left/right arrows are locked. #53

Open valverde-marcelo opened 2 years ago

valverde-marcelo commented 2 years ago

When an input text element receives focus, the left and right arrow keys as well as the "enter" button are unresponsive.

That is, you cannot move the cursor left or right. It is also not possible to "confirm" the text entered by pressing the "enter" key.

kosso commented 1 month ago

Same issue here (on webOS).

When a text input is focussed, the left/right arrow keyboard buttons do not work as expected (moving the text caret in the text field), which causes the app to be rejected by LG.

Also, when the focus leaves the text input, a continuous keyCode 40 (arrowDown) event is getting fired by SM.js despite not touching anything.