elementary/popup - [E-devel] [Patch][elementary] elc_popup, focus next hook implement...
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 6 Apr 2012 07:14:10 +0000 (07:14 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 6 Apr 2012 07:14:10 +0000 (07:14 +0000)
commit4d41f5b5464e1e609e681c84013788ee7f637484
tree2ae4308537aed89547b29c75bd730408e45de2e1
parentd75667dbc9bc755b1d191dbf66aeea1c1519d310
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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69947 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
data/themes/widgets/popup.edc
src/lib/elc_popup.c