Revert "maps.google.com blue URL Bar and crash issue" 90/77890/3
authorm.kawonczyk <m.kawonczyk@samsung.com>
Fri, 1 Jul 2016 10:31:09 +0000 (12:31 +0200)
committerHye Kyoung Hwang <cookie@samsung.com>
Mon, 4 Jul 2016 05:27:23 +0000 (22:27 -0700)
This reverts commit 3ccdcc88a8da5a0a39b205d7ba63b5bdd19a24a9.

Patch is not needed anymore as it is fixed by a dummy button
introduced to fix EwkView focus issues.

Change-Id: Ie026a2a1281917256b2827f7e3d24219182a2c47

services/WebPageUI/URIEntry.cpp
services/WebPageUI/WebPageUI.cpp

index afe30eb404dfd1368ca26f16c281c75437f4ab68..e7973ede3b932c40c74c9844fd6f854adcb921b3 100644 (file)
@@ -305,7 +305,6 @@ void URIEntry::editingCompleted()
     elm_object_focus_set(m_entry, EINA_TRUE);
 #else
     showSecureIcon(false, false);
-    clearFocus();
 #endif
 }
 
index 60746dcb2665a4077680e53fdaf0f3f390e65a86..2bd971a3361eecf5b3da34f070b2f3dee7adf2dc 100755 (executable)
@@ -745,7 +745,7 @@ void WebPageUI::mobileEntryUnfocused()
     } else {
         elm_object_signal_emit(m_mainLayout, "decrease_unfocused_uri_wp", "ui");
     }
-    setFocusOnSuspend();
+
     // delay hiding on one efl loop iteration to enable genlist item selected callback to come
     ecore_timer_add(0.0, _hideDelay, this);
 }