[Elm_Entry] Update selection handlers position and its visibility when scrolling
authorThiep Ha <thiepha@gmail.com>
Thu, 20 Mar 2014 10:33:42 +0000 (19:33 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 20 Mar 2014 10:33:42 +0000 (19:33 +0900)
commit25664da87d6988020e31f01cfb48fd6641d2b01f
treed1f51d11aa8a8c728ea8d7fb2a25a36dd1832fe0
parent12bc779c4e401792738f6a7cbe48f11fb3f08c39
[Elm_Entry] Update selection handlers position and its visibility when scrolling

Summary:
Selection handlers' position are not updated when entry is scrolled.
You can check on elementary_test -> Entry 3 (or Entry 4 which is scrollable) -> Select some text -> Scroll entry and see.
This patch is submitted to fix this bug. It update selection handlers' position when entry is scrolled and hide them if needed.
@fix

Reviewers: raster

Differential Revision: https://phab.enlightenment.org/D640
src/lib/elm_entry.c