atspi: use correct object for highlight_grabbing 75/158375/3 accepted/tizen/unified/20171108.063507 submit/tizen/20171107.093719
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 31 Oct 2017 10:54:04 +0000 (19:54 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Thu, 2 Nov 2017 05:25:48 +0000 (05:25 +0000)
commit95a51f413aec59f6e2d0cfaaba95a0b13abcae9f
tree2d54d1862375f5b21fa8bc2f70dce7c9087fb6b5
parent909b8296770d816fccfd11de8e2255a7928c53e6
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