atspi: grab highlight using unrealized item 95/140295/1 accepted/tizen/3.0/common/20170731.131710 accepted/tizen/3.0/ivi/20170731.012839 accepted/tizen/3.0/mobile/20170731.012719 accepted/tizen/3.0/tv/20170731.012745 accepted/tizen/3.0/wearable/20170731.012810 submit/tizen_3.0/20170727.060405 submit/tizen_3.0/20170728.001855 submit/tizen_3.0/20170728.001946
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 24 Jul 2017 10:11:48 +0000 (19:11 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 24 Jul 2017 10:35:49 +0000 (19:35 +0900)
commit16ebbdf55e5f84bbb436d4d60e629310710ea819
treec887a71871278aa31e6a4eae9c768fe2e02dc5a9
parent24a81c7128af4dd0af07ad5c42a07b6ab774b7d8
atspi: grab highlight using unrealized item

The looping naviation could make the first(or last) item grab highlight.
But the _elm_widget_item_elm_interface_atspi_component_highlight_grab returns
without setting highlight if sd->view is NULL that means the item is NOT
realized in case of genlist.
So the _elm_genlist_item_elm_interface_atspi_component_highlight_grab BRINGs
the first(or last) item IN first before grabbing highlight.

Change-Id: Id36716d1e2d6249532d67dede9357e152b3d3107
src/mobile_lib/elm_genlist.c