elm_scroller: focus_direction should not be called when scroller focusable and no...
authorJeonghyun Yun <jh0506.yun@samsung.com>
Fri, 11 Aug 2017 04:55:22 +0000 (13:55 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Fri, 11 Aug 2017 04:55:22 +0000 (13:55 +0900)
commitc208e1b8bf27e79fe7af8a6106f2776df6563e71
treecd2a35aa9b37ba51a880b24a9298d4e982e64510
parent5c0fc3f2f38d21ebaf4d02226579e4adf2e28aea
elm_scroller: focus_direction should not be called when scroller focusable and no focusable child

Summary:
when scroller can have focus and scroller's child can't have focus,
there is a problem that scroller is always selected to next focus object.
In this case, it should not enter into _elm_scroller_elm_widget_focus_direction()

Reviewers: woohyun

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5085
src/lib/elementary/elm_scroller.c