From: Chulheon Date: Fri, 19 Apr 2013 06:41:25 +0000 (+0900) Subject: fixed bug (P130418-5041 : The specific API (_Clipboard :: HidePopup) has not been... X-Git-Tag: accepted/tizen_2.1/20130425.033138~64^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f5c7838345a5480a995c730b43750c1e20a26b7;p=platform%2Fframework%2Fnative%2Fuifw.git fixed bug (P130418-5041 : The specific API (_Clipboard :: HidePopup) has not been called) Change-Id: Ia91abb2ed023feb7c199dd6be4d755233e5ee5ef --- diff --git a/src/ui/controls/FUiCtrl_EditPresenter.cpp b/src/ui/controls/FUiCtrl_EditPresenter.cpp index df5d635..a95ec14 100644 --- a/src/ui/controls/FUiCtrl_EditPresenter.cpp +++ b/src/ui/controls/FUiCtrl_EditPresenter.cpp @@ -3724,7 +3724,7 @@ _EditPresenter::OnKeyPressed(const _Control& source, const _KeyInfo& keyInfo) else if (_KEY_OEM_1 == keyCode) { __pClipboard->ShowPopup(CLIPBOARD_DATA_TYPE_TEXT, *__pEdit); - __isClipboardExist = true; + __clipboardConnected = true; return true; } else if (__composingTextLength > 0 && GetTextLength() >= __limitLength)