atspi: grab highlight using unrealized item 96/140296/2 accepted/tizen/unified/20170728.195337 submit/tizen/20170727.055818
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 24 Jul 2017 10:11:48 +0000 (19:11 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 27 Jul 2017 01:32:58 +0000 (01:32 +0000)
commitbf0dc4a05f36fbec6822e3275827f16b33036957
treee4c3b816492d6b574c8a3c34f4b41ecdb979e840
parent0a95e65db813e609d30155d9490802294b2f414a
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