[copypaste module]ctxpopup doesn't take focus when user clicked.
authordeasung.kim <deasung.kim@samsung.com>
Thu, 28 Jul 2011 09:58:31 +0000 (18:58 +0900)
committerdeasung.kim <deasung.kim@samsung.com>
Thu, 28 Jul 2011 10:00:03 +0000 (19:00 +0900)
Change-Id: I74b74c6c984f6a82109e547ba5ce7fba608a3d8b

src/modules/ctxpopup_copypasteUI/copypaste.c

index f04c9dc..4b1af5f 100644 (file)
@@ -197,6 +197,7 @@ obj_longpress(Evas_Object *obj)
         if(top)
           {
              ext_mod->popup = elm_ctxpopup_add(top);
+             elm_object_tree_unfocusable_set(ext_mod->popup, EINA_TRUE);
              evas_object_smart_callback_add(ext_mod->popup, "dismissed", _ctxpopup_dismissed_cb, NULL);
           }
         /*currently below theme not used,when guideline comes a new theme can be created if required*/