elementary/popup - [E-devel] [Patch][elementary] elc_popup, focus next hook implement...
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 6 Apr 2012 07:14:10 +0000 (07:14 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 6 Apr 2012 07:14:10 +0000 (07:14 +0000)
commitd56edc8dac231652115411c908993a5ddddaf581
tree2ae4308537aed89547b29c75bd730408e45de2e1
parent655b8cbd98a9e44d1ce0bb2574a9672c1f99ce95
elementary/popup - [E-devel] [Patch][elementary] elc_popup, focus next hook implementation

Current Issue:
Focus does not go to Popup content and action area.
Reason:
focus_next hook is returning EINA_FALSE in focus_next_hook.
Change Description:
1. Routed the focus_next call to the internal notify object.
2. Set the visibility of action area layout in edc to True as the
visibility of the action area layout returns zero even if due to state
change it is set to visible state in edje.
3. Deleted the show event callback "_popup_show" in del_pre_ hook.

Signed-Off-By: RAJEEV RANJAN<rajeev.r>@samsumg.com>
SVN revision: 69947
data/themes/widgets/popup.edc
src/lib/elc_popup.c