luke-chang / js-spatial-navigation

A javascript-based implementation of Spatial Navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

valverde-marcelo opened this issue · comments

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.

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.