genlist: move to next focusable/selectable item when looping
authorAmitesh Singh <amitesh.sh@samsung.com>
Fri, 30 Jun 2017 03:18:33 +0000 (12:18 +0900)
committerAmitesh Singh <amitesh.sh@samsung.com>
Fri, 30 Jun 2017 03:21:20 +0000 (12:21 +0900)
commit0141417d5ddd4537aa22a9dc844e14221e52dd8b
tree1ef08bf5e451ce6151cc8226075da77ca968fe84
parentfbb676584ed5ab12ce0dd101b24a1ebf06bf5043
genlist: move to next focusable/selectable item when looping

this fixes a bug in genlist when scrolling is enabled and
items at top and bottom are disabled. Focus behaviour is not normal
in case up arrow is pressed when focus is at the top enabled item
or down key is pressed when focus is at bottom enabled item.

fixes T5576
src/lib/elementary/elm_genlist.c