You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Roger Whitcomb (JIRA)" <ji...@apache.org> on 2014/06/20 20:57:24 UTC

[jira] [Commented] (PIVOT-891) Fixes to selection logic in TextArea and TextPane

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

Roger Whitcomb commented on PIVOT-891:
--------------------------------------

Actually, there was still a bug in the Shift-Right selection logic after a click, then double-click the word before it, delete the word, then try Shift-Right.  Will get IllegalArgumentException "selectionLength is negative".

Fixed in trunk:
Sending        wtk\src\org\apache\pivot\wtk\skin\TextAreaSkin.java
Transmitting file data .
Committed revision 1604238.

Fixed in branches/2.0.x:
Sending        .
Sending        wtk\src\org\apache\pivot\wtk\skin\TextAreaSkin.java
Transmitting file data .
Committed revision 1604243.

> Fixes to selection logic in TextArea and TextPane
> -------------------------------------------------
>
>                 Key: PIVOT-891
>                 URL: https://issues.apache.org/jira/browse/PIVOT-891
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk-terra
>    Affects Versions: 2.0.2
>         Environment: All
>            Reporter: Roger Whitcomb
>            Assignee: Roger Whitcomb
>            Priority: Minor
>              Labels: text-selection
>             Fix For: 2.0.3
>
>
> Currently (in TextArea at least) if you type Shift-Down and select a line or two, then do Shift-Up it will extend the beginning of the area, instead of reducing the end that you just extended.  This is not how any other editor works.  
> Also would like to have double-click select the "word" the mouse is pointing to, as other editors do.
> We'd like TextArea and TextPane (at least, maybe TextInput also) do the same things.



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