Fix keypad issue in google maps
authorSangYong Park <sy302.park@samsung.com>
Mon, 25 Mar 2013 01:27:47 +0000 (10:27 +0900)
committerSangYong Park <sy302.park@samsung.com>
Tue, 26 Mar 2013 00:09:27 +0000 (09:09 +0900)
[Title] Fix keypad issue in google maps
[Issue#] N_SE-26103
[Problem] Keypad did not appear in google maps
[Cause] keypad context was reseted before handling tap event
[Solution] Remove keypad context reseting code

Change-Id: Id4e99ea079d0431c89cb7c11fcc0cf5347ad7bda

Source/WebKit2/UIProcess/API/efl/ewk_view.cpp [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ce451b7..9f3ae26
@@ -800,10 +800,6 @@ static Eina_Bool _ewk_view_smart_gesture_end(Ewk_View_Smart_Data* smartData, con
         if (priv->pageClient->isDragMode())
             priv->pageClient->setDragMode(false);
 #endif
-#if ENABLE(TIZEN_ISF_PORT)
-            if (!evas_object_focus_get(smartData->self))
-                priv->imfContext = 0;
-#endif
             priv->gestureClient->endTap(IntPoint(event->position.x, event->position.y));
 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
             if (priv->pageClient->isTextSelectionMode())