Sometimes scroll is not working. 11/79511/2
authorLim DoHyung <delight.lim@samsung.com>
Mon, 11 Jul 2016 13:56:51 +0000 (06:56 -0700)
committerHye Kyoung Hwang <cookie@samsung.com>
Mon, 11 Jul 2016 13:57:07 +0000 (06:57 -0700)
Revert "Hide history list on "X" button click in uri entry"

This reverts commit 3229427bde11b930605f7c4b6dcba06ff4b76f99.

Change-Id: If2afca949f5a6beb2fe589a0967575239582e287

services/WebPageUI/URIEntry.cpp

index 3d34dc3f981ef2c2c7cd05b1567e667b749e1996..d83a07bddae9c10af9d0eca39e2866f4f9faa612 100644 (file)
@@ -410,7 +410,6 @@ void URIEntry::_uri_right_icon_clicked(void* data, Evas_Object* /*obj*/, const c
     case RightIconType::CANCEL:
         elm_entry_entry_set(self->m_entry, "");
         elm_object_signal_emit(self->m_entry_layout, "hide_icon", "ui");
-        self->hideHistoryList();
         break;
     case RightIconType::SECURE:
         self->secureIconClicked();