[ctxpopup] fixed prevent issue: ctxpopup will be dismissed by user
authorBora Hwang <bora1.hwang@samsung.com>
Thu, 27 Jun 2013 11:12:18 +0000 (20:12 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Fri, 28 Jun 2013 10:51:40 +0000 (19:51 +0900)
Change-Id: I67ac1138a288ea7fac512f141c0871718d535ce3

src/lib/elc_ctxpopup.c

index b6f49fd..21aa7d2 100644 (file)
@@ -1048,14 +1048,16 @@ _elm_ctxpopup_smart_event(Evas_Object *obj,
         return EINA_TRUE;
      }
 
-   // TIZEN ONLY : 20130530
+   // TIZEN ONLY : 20130530 : ctxpopup will be dismissed by user
    //if (strcmp(ev->keyname, "Escape")) return EINA_FALSE;
    return EINA_FALSE;
 
+/*
    _hide_signals_emit(obj, sd->dir);
 
    ev->event_flags |= EVAS_EVENT_FLAG_ON_HOLD;
    return EINA_TRUE;
+*/
 }
 
 //FIXME: lost the content size when theme hook is called.