genlist : arrange focus set in mouse up 46/66946/2
authorSangHyeon Lee <sh10233.lee@samsung.com>
Fri, 22 Apr 2016 07:15:15 +0000 (16:15 +0900)
committerSangHyeon Lee <sh10233.lee@samsung.com>
Thu, 19 May 2016 08:35:05 +0000 (01:35 -0700)
commit78477da92690fe1e2faa7eab7c7399abf868a856
treee3537fcf8bd514058b0aaf23901cb93d84c61996
parent1a88805cf1572e9315c74ad4ab9ad71163a5b7e4
genlist : arrange focus set in mouse up

Summary :
when mouse up happens, item must be focused, and after that,
select must be called.
current logic, focus is already called inside the select function
and again focus set is called in the end of mouse_up,
so if user new focused widget inside the select callback,
mouse_up forcely take the focus into the item again.
select callback should comes after the focus callback calls
to work properly.

Change-Id: I11401daecfa56c7036f23bc221796d81210966ee
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
src/lib/elm_genlist.c