Update double tap and long press behaviour. 52/117252/4
authorVictor Cebollada <v.cebollada@samsung.com>
Tue, 28 Feb 2017 12:24:10 +0000 (12:24 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Thu, 16 Mar 2017 11:51:19 +0000 (11:51 +0000)
commit632c0f0659030bea7e4854c815c88a1eeabcf843
tree47a80ca8ae2aaa4ba1f493186c1ba73cd55cd525
parent3705a737006a61c9796ee5f237c88d623fc65cbc
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>
automated-tests/src/dali-toolkit-internal/utc-Dali-Text-Controller.cpp
automated-tests/src/dali-toolkit-internal/utc-Dali-Text-Cursor.cpp
automated-tests/src/dali-toolkit/utc-Dali-TextEditor.cpp
automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp
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