atspi: use correct object for highlight_grabbing 98/158598/1
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:18:50 +0000 (14:18 +0900)
commit939b714419e76af7358f85960a7944ccfa7785d9
tree2102cc3b739cd0ce711653ff94cd24881a26bf74
parent5e4a52e237cefa1d556e0d7e919e70aae77698c3
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