TextInput always consumes LEFT and RIGHT arrow key presses
----------------------------------------------------------
Key: PIVOT-268
URL: https://issues.apache.org/jira/browse/PIVOT-268
Project: Pivot
Issue Type: Bug
Components: wtk
Affects Versions: 1.3
Reporter: Todd Volkert
Priority: Minor
Fix For: 1.3.1
Change 806008 introduced code that consumes the keyPress event in
TerraTextInputSkin when the user presses the LEFT or RIGHT arrow key. While
this is necessary when the caret actually moves, it's too aggressive in some
cases:
1) When the caret is already at the end of the text, RIGHT should not be
consumed
2) When the caret is already at the start of the text, LEFT should not be
consumed
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.