Fix for Text Selection issues. 16/42216/4
authorVictor Cebollada <v.cebollada@samsung.com>
Wed, 24 Jun 2015 06:26:15 +0000 (07:26 +0100)
committerVíctor Cebollada <v.cebollada@samsung.com>
Wed, 24 Jun 2015 15:02:13 +0000 (08:02 -0700)
commit5da7ad6e7caa5ac5d2d20e4189c30dd3e58f1083
tree8ba86933e04d9cda30513acc7f7154b88880e470
parent350d7de623b0752807740428aacaea899b025ea8
Fix for Text Selection issues.

  - Do not place the left and right selection handles
    in the same cursor position.
  - Do not recalculate the handles position when the
    text stops scrolling.
  - Stop the scroll timer when the text stops scrolling.
  - Remove the unimplemented methods SetScrollTickInterval()
    and GetScrollTickInterval() from the Text::Decorator.
  - Do not scroll to the beginning of the text if the
    'Select' button is pressed and the cursor is at the end.

Change-Id: I4db3cce902943fb1378f976ae622ad702a0a6790
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
dali-toolkit/internal/text/decorator/text-decorator.cpp
dali-toolkit/internal/text/decorator/text-decorator.h
dali-toolkit/internal/text/text-controller-impl.cpp