From 86927216ba72c03d68d281c24a5245682309404a Mon Sep 17 00:00:00 2001 From: "sungwon2.han" Date: Thu, 11 Jun 2015 10:26:07 +0900 Subject: [PATCH] [Issues] TNEF-2062,TNEF-2056,TNEF-2055,TNEF-2129, TNEF-2128,TNEF-2127 [Problem] Not possible to Click the web contents area. [Cause] In the 800x60 size area of searchbox, mouse click is not working to web contents area [Solution] Removed the searchbox code. Searchbox is not scope of reference browser GUI. [Verify] click the 1120,130~1920,190 area Change-Id: I431a91da11010526a9df24476a43347e4d1fd4e0 Signed-off-by: sungwon2.han --- services/SimpleUI/SimpleUI.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/SimpleUI/SimpleUI.cpp b/services/SimpleUI/SimpleUI.cpp index 3801759..17f89da 100644 --- a/services/SimpleUI/SimpleUI.cpp +++ b/services/SimpleUI/SimpleUI.cpp @@ -283,9 +283,9 @@ int SimpleUI::exec(const std::string& _url) - m_searchBox = std::make_shared(m_window.get()); - m_searchBox->textChanged.connect(boost::bind(&SimpleUI::searchWebPage, this, _1, _2)); - elm_object_part_content_set(m_mainLayout, "search_box", m_searchBox->getContent()); + //m_searchBox = std::make_shared(m_window.get()); + //m_searchBox->textChanged.connect(boost::bind(&SimpleUI::searchWebPage, this, _1, _2)); + //elm_object_part_content_set(m_mainLayout, "search_box", m_searchBox->getContent()); m_sessionService = std::dynamic_pointer_cast < -- 2.7.4