atspi: make highlight frame be a smart member 62/147162/4
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 1 Sep 2017 07:35:55 +0000 (16:35 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 1 Sep 2017 10:04:57 +0000 (10:04 +0000)
commit1ea18ab90559abde2d974ad42e4e67e1d00bc85a
treef2db3abea97a8cf571c8570eb3109c98977cb119
parentaada2140e8f6822b0a723b0624b582662f1ac619
atspi: make highlight frame be a smart member

Make highlight frame object be a smart member of target object.
There are two cases covered by this commit.

1. ctxpopup of copy & paste module.
The ctxpopup item has higher object layer than highlight frame object.
In this case, the highlight frame is covered by the ctxpopup item.

2. genlist item proxy object.
The genlist item shows its proxy object(handled by evas_object_image_source*).
In this case, the highlight frame has improper position, and size.

Change-Id: I2b6470a8a695ea3739ddf80832e837dbd2c0d1f8
src/lib/elm_win.c