elm: [ATSPI] Add to find genlist item using proxy image
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 13 Dec 2017 08:59:36 +0000 (14:29 +0530)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 21 Dec 2017 13:30:52 +0000 (22:30 +0900)
commit0b55c1bade757f49e0d12237199deabff18712c0
tree377044b1dd496934672008cbe8ef2665a6f80b6a
parent928fb8c6ad05590193f593fee003e27a9b8d6f46
elm: [ATSPI] Add to find genlist item using proxy image

In a wearable profile, genlist displays the item using a proxy image.
When a screen-reader finds an object in the top_down, it can not find
the item. because, found item is proxy image. So, using evas_object_image_source_get
and gets item view object from proxy image.

@tizen_fix

orignal patch: da9b3affe94ecdbfbe4d67c1d554571e071ba414

Change-Id: I2218f6237e2c5c935f27bfd549c013b0b322abb2
src/lib/elementary/elm_widget.c