edje entry: keep cursor position on mouse down and move
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 10 Nov 2016 07:21:05 +0000 (16:21 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 17 Nov 2016 07:54:18 +0000 (16:54 +0900)
commit544a6f064b26fb9a9d1acace93a9d742f9222395
treeb91314980477e90681f9adc37ba4db92d58a1072
parentb93dd32e122af3a8e8e5acbb2a33959ce274ade4
edje entry: keep cursor position on mouse down and move

When elm_entry takes focus by a mouse click event,
elm_entry needs to get new cursor position which is changed by mouse down/move/up.
But, elm_entry takes focus before updating the cursor of edje_entry.
It causes an issue about showing proper region.

So, the internal API will be used when elm_entry takes focus.

@tizen_fix

Change-Id: Ie479f9c2763eca56effc57ad7d3409fad7f0830e
src/lib/edje/edje_entry.c
src/lib/edje/edje_object.eo
src/lib/edje/edje_private.h
src/lib/edje/edje_util.c