[Issues] TNEF-2062,TNEF-2056,TNEF-2055,TNEF-2129, 12/41012/1
authorsungwon2.han <sungwon2.han@samsung.com>
Thu, 11 Jun 2015 01:26:07 +0000 (10:26 +0900)
committersungwon2.han <sungwon2.han@samsung.com>
Thu, 11 Jun 2015 01:26:07 +0000 (10:26 +0900)
           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 <sungwon2.han@samsung.com>
services/SimpleUI/SimpleUI.cpp

index 3801759..17f89da 100644 (file)
@@ -283,9 +283,9 @@ int SimpleUI::exec(const std::string& _url)
 
 
 
-            m_searchBox = std::make_shared<tizen_browser::base_ui::SearchBox>(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<tizen_browser::base_ui::SearchBox>(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
             <