You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Shigeru Nakagaki (JIRA)" <ji...@apache.org> on 2014/08/15 05:35:18 UTC

[jira] [Commented] (FLEX-34465) When all text are selected, RIGHT key is ignored

    [ https://issues.apache.org/jira/browse/FLEX-34465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14098108#comment-14098108 ] 

Shigeru Nakagaki commented on FLEX-34465:
-----------------------------------------

I checked source differences between 4.11 and 4.13.
NavigationUtil#adjustForOversetForward() was changed.

4.11
if (range.absoluteEnd > flowComposer.damageAbsoluteStart - 1)

4.13
if (range.absoluteEnd >= flowComposer.damageAbsoluteStart - 1)

This is the reason RIGHT key does not work.
But I guess there are some reasons because other TLF sources are changed.

> When all text are selected, RIGHT key is ignored
> ------------------------------------------------
>
>                 Key: FLEX-34465
>                 URL: https://issues.apache.org/jira/browse/FLEX-34465
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: RichEditableText
>    Affects Versions: Apache Flex 4.13.0
>         Environment: Windows 64bit Japanese, AIR14
>            Reporter: Shigeru Nakagaki
>            Priority: Critical
>
> Case 1:
> 1. Input some text into s:TextInput.
> 2. select all text
> 3. press RIGHT key
> in Flex SDK 4.11
> it deselects text-selection.
> in Flex SDK 4.13
> it does not deselect text-selection.
>  
> Case 2 (Critical):
> 1. Input some text into s:TextInput.
> 2. set a cursor at right edge
> 3. press HOME key with SHIFT key
> 3. press RIGHT key with SHIFT key
> in Flex SDK 4.11
> Cursor moves right.
> in Flex SDK 4.13
> Cursor does not move!



--
This message was sent by Atlassian JIRA
(v6.2#6252)