Merge "[4.0] Update common test util" into tizen_4.0
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 30 Oct 2017 23:09:04 +0000 (23:09 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Mon, 30 Oct 2017 23:09:04 +0000 (23:09 +0000)
dali-toolkit/internal/text/text-controller.cpp

index ae749e6..6d18a3a 100755 (executable)
@@ -2315,7 +2315,7 @@ bool Controller::KeyEvent( const Dali::KeyEvent& keyEvent )
       // Do nothing.
       return false;
     }
-    else if( Dali::DALI_KEY_ESCAPE == keyCode || Dali::DALI_KEY_BACK == keyCode )
+    else if( Dali::DALI_KEY_ESCAPE == keyCode || Dali::DALI_KEY_BACK == keyCode  || Dali::DALI_KEY_SEARCH == keyCode )
     {
       // Do nothing
       return false;