Merge "[3.0] Fixed to show selection pop up after pasting from clipboard" into tizen_3.0
authorsuhyung Eom <suhyung.eom@samsung.com>
Mon, 13 Mar 2017 04:15:39 +0000 (21:15 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 13 Mar 2017 04:15:40 +0000 (21:15 -0700)
dali-toolkit/internal/text/text-controller.cpp

index ed5b847..4602cfe 100644 (file)
@@ -1917,7 +1917,7 @@ void Controller::LongPressEvent( Gesture::State state, float x, float y  )
       mImpl->mEventData->mEventQueue.push_back( event );
       mImpl->RequestRelayout();
     }
-    else if( !mImpl->IsClipboardVisible() )
+    else
     {
       // Reset the imf manager to commit the pre-edit before selecting the text.
       mImpl->ResetImfManager();