elm:list: Avoiding two items be focused at same action
authorFlavio Ceolin <flavio.ceolin@intel.com>
Mon, 17 Mar 2014 19:55:08 +0000 (16:55 -0300)
committerFlavio Ceolin <flavio.ceolin@intel.com>
Mon, 17 Mar 2014 22:11:59 +0000 (19:11 -0300)
commitfb13ad2a8e88427799fb98da3cf66a85915ae5b3
treeeda1c982d626cbb80164a5421374f47761aef084
parent9db92d5f443a00ff79d64b32a87225485e4bdde8
elm:list: Avoiding two items be focused at same action

On a list that have not received focus yet a mouse down gives the focus
for the list (that gives the focus for the first item) and the mouse
up the item is selected and receive the focus.

The problem:  if the list is scrolled the focus given for the
first item makes the list scroll to the top and not for the item
selected by the user.
src/lib/elm_list.c
src/lib/elm_widget_list.h