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 12:07:09 +0000 (21:07 +0900)
commit410817eb40a66357bc020fdcab2698999744f4ed
tree26876c3066edce22d45f068afc46d1f97d6a39ff
parent7177b00a8fcc46bc28b983d776b2532acf371366
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
src/lib/elm_gengrid.c
src/lib/elm_genlist.c