Fix position of text selection menu when paste.
authorKarol Furmaniak <k.furmaniak@samsung.com>
Tue, 8 Jul 2014 21:00:44 +0000 (14:00 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Patch fixed position of text selection menu when paste.
Issue: CBBROWSER-285

Change-Id: I692d6d31d152ada93fb8662f7ffe468ded55bd72

tizen_src/impl/selection_controller_efl.cc

index 88c9d02..329dc2a 100644 (file)
@@ -139,7 +139,6 @@ void SelectionControllerEfl::UpdateSelectionDataAndShow(const gfx::Rect& left_re
   selection_data_->UpdateRectData(left_rect, right_rect);
 
   if (!IsSelectionValid(left_rect, right_rect)) {
-    selection_data_->ClearRectData();
     Clear();
   } else {
     if (selection_data_->GetEditable()) {