From: suhyung Eom Date: Mon, 13 Mar 2017 03:51:18 +0000 (+0900) Subject: Fixed to show selection pop up normally after pasting from clipboard X-Git-Tag: dali_1.2.31~7 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=b4e175a80f1e50bbc97b67b03701ed2bdf7da4d8 Fixed to show selection pop up normally after pasting from clipboard Signed-off-by: suhyung Eom Change-Id: I01b69cea64b3340f7904c060d04d06799da615a0 --- diff --git a/dali-toolkit/internal/text/text-controller.cpp b/dali-toolkit/internal/text/text-controller.cpp index b9e94ec..ca201d3 100644 --- a/dali-toolkit/internal/text/text-controller.cpp +++ b/dali-toolkit/internal/text/text-controller.cpp @@ -1918,7 +1918,7 @@ void Controller::LongPressEvent( Gesture::State state, float x, float y ) mImpl->RequestRelayout(); } - else if( !mImpl->IsClipboardVisible() ) + else { // Reset the imf manger to commit the pre-edit before selecting the text. mImpl->ResetImfManager();