genlist : arrange focus set in mouse up
authorSangHyeon Lee <sh10233.lee@samsung.com>
Fri, 22 Apr 2016 07:08:22 +0000 (16:08 +0900)
committerSangHyeon Lee <sh10233.lee@samsung.com>
Fri, 22 Apr 2016 07:08:25 +0000 (16:08 +0900)
commitc5427e875d18bbfd0e10fef48c11e9163651e91c
tree4880828ee8f57f05f904c4180302ffb13a77c92c
parent3b68135bafc13f5e71c46efe3f012876146e66cf
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.

@fix
src/lib/elementary/elm_genlist.c