Update selection handle position in Ref-Internet browser
authorTaeyun An <ty.an@samsung.com>
Fri, 12 Jul 2013 07:39:56 +0000 (16:39 +0900)
committerTaeyun An <ty.an@samsung.com>
Fri, 12 Jul 2013 09:09:54 +0000 (18:09 +0900)
commitdaf224e4c44f0c9f8322125777db826076b34a7d
tree67befc4ff38123d55cdd02f2e4f23846b80d6f70
parentbb80bbf7ee42f395c5767028be09df83b4a9f008
Update selection handle position in Ref-Internet browser

[Title] Update selection handle position in Ref-Internet browser
[Issue#] N_SE-44441
[Problem] Selection Handles are not moving with selected text while swipe web page after rotate a few times.
[Cause] There is existed selection mode to false in updateHandlesAndContextMemu() method if it doesn't have range and it is in content editable.
[Solution] Check one more routine if gesture is working routine.

Change-Id: I13ed1dee1c9f977003144509d21a54f2b5221614
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp
Source/WebKit2/UIProcess/tizen/WebContextMenuProxyTizen.cpp