seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=0bc768bff0791ad2acfc7809d7848b1eef7819b5

commit 0bc768bff0791ad2acfc7809d7848b1eef7819b5
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Thu Feb 27 11:38:47 2014 +0900

    hover: Made hover itself unfocusable.
    
    @fix
    
    Hover itself does not get key event. It should just forward the event to
    the internal objects. So make it unfocusable.
    Special thanks to Woohyun Jung.
---
 src/lib/elm_hover.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_hover.c b/src/lib/elm_hover.c
index 2857c86..5ea9a21 100644
--- a/src/lib/elm_hover.c
+++ b/src/lib/elm_hover.c
@@ -558,7 +558,7 @@ _elm_hover_smart_add(Eo *obj, void *_pd, va_list *list 
EINA_UNUSED)
    elm_layout_content_set(obj, "elm.swallow.offset", priv->offset);
    elm_layout_content_set(obj, "elm.swallow.size", priv->size);
 
-   elm_widget_can_focus_set(obj, EINA_TRUE);
+   elm_widget_can_focus_set(obj, EINA_FALSE);
 }
 
 static void

-- 


Reply via email to