You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Todd Volkert (JIRA)" <ji...@apache.org> on 2009/09/02 17:09:32 UTC

[jira] Created: (PIVOT-268) TextInput always consumes LEFT and RIGHT arrow key presses

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.


[jira] Resolved: (PIVOT-268) TextInput always consumes LEFT and RIGHT arrow key presses

Posted by "Todd Volkert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Volkert resolved PIVOT-268.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3.1)
                   1.3

> 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
>
>
> 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.