SB Focus Ui fix to remove content Area when a touch happens
authorAyush <ayush.sriv@samsung.com>
Tue, 25 Jun 2013 13:38:43 +0000 (19:08 +0530)
committerAyush <ayush.sriv@samsung.com>
Tue, 25 Jun 2013 13:38:43 +0000 (19:08 +0530)
Change-Id: I7fde21b14293e2516c65ae7c07519305e2198a41
Signed-off-by: Ayush <ayush.sriv@samsung.com>
src/ui/controls/FUiCtrl_SearchBar.cpp

index 36ba19d..e67368a 100644 (file)
@@ -1826,11 +1826,6 @@ _SearchBar::OnPreviewKeyPressed(const _Control &source, const _KeyInfo &keyInfo)
                        return false;
        }
 
-       if (!__pEdit->IsSearchFieldFocused())
-       {
-                       return false;
-       }
-
        _KeyCode keyCode = keyInfo.GetKeyCode();
 
        switch (keyCode)