Focus: first item should be focused when there is no focused/selected item
authorAnil Kumar Nahak <ak.nahak@samsung.com>
Mon, 21 Jul 2014 09:55:55 +0000 (18:55 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 21 Jul 2014 09:55:55 +0000 (18:55 +0900)
commit20b61442a71309e5feed9038bf802ed016bd0b3a
tree6c853b88712af30fe42826673595862e75a9e650
parent89b9141d37da3cd4c0906d07a39eafd137019934
Focus: first item should be focused when there is no focused/selected item

Summary: First item of widget should be focused when focus comes to the widget for first time.

Test Plan:
elementary_test -to "Genlist Focus"
elementary_test -to "Gengrid Focus"
elementary_test -to "List Focus"
elementary_test -to "toolbar Focus"

Reviewers: seoz

Differential Revision: https://phab.enlightenment.org/D1135
14 files changed:
config/default/base.src.in
config/mobile/base.src.in
config/standard/base.src.in
src/bin/test_gengrid.c
src/bin/test_genlist.c
src/bin/test_list.c
src/bin/test_toolbar.c
src/lib/elm_config.c
src/lib/elm_config.h
src/lib/elm_gengrid.c
src/lib/elm_genlist.c
src/lib/elm_list.c
src/lib/elm_priv.h
src/lib/elm_toolbar.c