[Elm_Entry] Fix bug: magnifier position is incorrect when mouse down on selection...
authorThiep Ha <thiepha@gmail.com>
Sat, 22 Feb 2014 03:06:31 +0000 (12:06 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Sat, 22 Feb 2014 03:06:31 +0000 (12:06 +0900)
commit3dba4c1abb6018b46146454d66643268bb4e90fd
tree998823b9fc30ca35444d1dd6d28a4f8f73c1ede5
parent864b7e25e464991ba3b3ff37eb97999ed446a0e8
[Elm_Entry] Fix bug: magnifier position is incorrect when mouse down on selection handler

Summary:
Magnifier is displayed incorrectly when mouse down on selection handler

Reproduce way: Right click on entry (eg Entry), choose Select, select some text, press left mouse
on selection handler (do not move the mouse), take a look at magnifier position.
Reason: Magnifier position is set to mouse down position in entry.
Fix: Check mouse down status and place correct position for magnifier.

Reviewers: seoz, Hermet

Reviewed By: Hermet

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