atspi: use correct object for highlight_grabbing 97/158597/1 accepted/tizen/4.0/unified/20171108.063649 submit/tizen_4.0/20171107.093340
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 31 Oct 2017 10:54:04 +0000 (19:54 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 2 Nov 2017 05:17:57 +0000 (14:17 +0900)
commit31d8d0296c0ab123c74330a6417eed0a8166b44f
treee9a293d33044af0cd510ca7d36aa1e48a042d0e6
parent93db13682ece101ec980a940b4419479d1c5ec7b
atspi: use correct object for highlight_grabbing

elm_object_accessibility_highlight_set is using VIEW object as a "target"
object for the ELM_WIDGET_ITEM_CLASS object. And the "target" object is used
for all highlight related lines in the elm_win including highlight_grabbing.

So when the elm_widget sets highlight_grabbing for the ELM_WIDGET_ITEM_CLASS
object, the VIEW object should be used.

Change-Id: I6bd1e40e69883e81f968ea82a6a48be9204206d2
src/lib/elm_widget.c