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)
committerRajeev Ranjan <rajeev.r@samsung.com>
Mon, 9 Apr 2012 05:24:49 +0000 (10:54 +0530)
commit11f16f34cbb8c1e3cda92ee50aa48efc90cf2e18
tree5b6b56974ef63ac1d5fbc1b47559f08a6a5119c3
parent72b71f4fa2a671100fdac75b8c859f7ca7e47ca7
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