atspi: make highlight frame be a smart member 67/147167/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 1 Sep 2017 07:35:55 +0000 (16:35 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 1 Sep 2017 09:56:45 +0000 (18:56 +0900)
commitc3b5da947917044b1cdac20f3736e7e668b9fa97
tree5b19f10e929968b06103039085dac1bcf1551d19
parentfac562d395ba0b9c215936df15a461cb54157543
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