Genlist/Gengrid : Modified to handle the focus highlight on unrealized items
authorSangHyeon Lee <sh10233.lee@samsung.com>
Wed, 11 Mar 2015 10:59:58 +0000 (19:59 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Wed, 11 Mar 2015 11:35:53 +0000 (20:35 +0900)
commit411c30b408868b6e715a8846b0ded706a85e5526
treefb0b64f580cea9d5ed6c07116b559b29cb7e7e5f
parent8cfa96fee718b3038d400941cb4a4ea23c997c42
Genlist/Gengrid : Modified to handle the focus highlight on unrealized items

Summary:
When unrealized item is focused, edje object is not exist,
         so genlist cannot read the focus highlight information from edje object.
         Therefore, when the item is realized, check the item is focused or not and
         need to update focus highlight.

@fix

Test Plan: change edc for supporting focus highlight in edc, and set focus on unrealized items.

Reviewers: raster, seoz, jaehwan

Differential Revision: https://phab.enlightenment.org/D2128
legacy/elementary/src/lib/elm_gengrid.c
legacy/elementary/src/lib/elm_genlist.c