[3.0] Update double tap and long press behaviour. 00/117000/8
authorVictor Cebollada <v.cebollada@samsung.com>
Tue, 28 Feb 2017 12:24:10 +0000 (12:24 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Tue, 7 Mar 2017 17:13:37 +0000 (17:13 +0000)
commit54cc2865d9f0768b0e113a202e90dbf0864ff8b3
treed00e5e33bd10b1ef870dd3f438f52a65f73f6272
parentbf844b5a1982a6ff32fd38b8f5aa92672f1aa403
[3.0] Update double tap and long press behaviour.

It updates the double tap and long press event on a text area with no text.
i.e. On a position clearly after the last character of the text.

* Double Tap : The cursor is placed at the beginning or at the end of the text.
* Long Press : The cursor is placed at the beginning or at the end of the text and shows the text's selection popup.

Change-Id: Iaf9ea817a515781d20c87f60991e1996d5440a62
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
dali-toolkit/internal/controls/text-controls/text-field-impl.cpp
dali-toolkit/internal/text/cursor-helper-functions.cpp
dali-toolkit/internal/text/cursor-helper-functions.h
dali-toolkit/internal/text/text-controller-impl.cpp
dali-toolkit/internal/text/text-controller-impl.h
dali-toolkit/internal/text/text-controller.cpp
dali-toolkit/internal/text/text-controller.h