On Wed, 16 Mar 2011 15:31:56 +0900 Jihoon Kim said:
> Hello,
>
> elm_notify has not handled the focus movement.
> Even though a button widget is contained in an notify widget and notify
> widget is shown,
> button widget could not be focused.
> Therefore, button couldn't process any key event s
Hello,
elm_notify has not handled the focus movement.
Even though a button widget is contained in an notify widget and notify
widget is shown,
button widget could not be focused.
Therefore, button couldn't process any key event such as space and enter
key.
This patch will solve this problem.
Wou