list: Fixed _elm_list_item_content_focus_set misbehavior.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 6 Apr 2014 18:08:20 +0000 (03:08 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 6 Apr 2014 18:10:21 +0000 (03:10 +0900)
commiteb9b9635c365692aaca85ac6bb3ed5f4e2112400
tree32a0253fb306fa9b56447a7908b21d4dbf2597cd
parent0a9a01700a71181b7c14bee091ce6355d8d9fcf2
list: Fixed _elm_list_item_content_focus_set misbehavior.

- Moved a check for direction at the start of the function based on the
horizontal mode configuration.
- Removed unnecessary focus set to edje object. In this case, that item
will get the focus automatically by elm widget item focus
infrastructure.

But this focus_on_selection feature is still broken. I need to fix them
more.
src/lib/elm_list.c