atspi: make highlight frame be a smart member 66/147166/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 10:02:11 +0000 (19:02 +0900)
commit259e89f3fd46223f3bd3e8e224bef0d20c798c70
tree9dfee4f2961624549f2b4da375f8782b050ae390
parentf74be27e629ed06a627af711e2ebd4a7a0e5633c
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