fix focus issue for popups
[framework/osp/web.git] / src / controls / FWebCtrl_InputPickerPopup.cpp
index c652f10..e4bcc5a 100755 (executable)
@@ -511,7 +511,7 @@ _InputPickerPopup::HidePopup(void)
 bool
 _InputPickerPopup::OnKeyPressed(Control& source, const KeyEventInfo& keyEventInfo)
 {
-       return true;
+       return false;
 }
 
 bool
@@ -522,7 +522,7 @@ _InputPickerPopup::OnKeyReleased(Control& source, const KeyEventInfo& keyEventIn
                HidePopup();
        }
 
-       return true;
+       return false;
 }
 
 bool