Text Selection Handlers not updated with the correct position
authorbhargavi.k <bhargavi.k@samsung.com>
Tue, 9 Jul 2013 09:08:06 +0000 (14:38 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 5 Aug 2013 10:34:27 +0000 (10:34 +0000)
commit16561a4d4e2f21df568dd6135023024c7c796c6f
treea78b4a613a01609cc479b75c3d2601b90ea26b81
parentdd3160d5d91f5211b30b9837749c88e478080806
Text Selection Handlers not updated with the correct position

[Title] Text Selection Handlers not updated with
        the correct position
[Issue] NABI-RSA-42952
[Problem] Text Selection Handlers not updated
          with the correct position when content
          is modified by JS.
[Cause] No notification was being sent to UI when
        selection was being removed and modified by JS
[Solution] Sending update event to UI when selection get
           modified by JS.
Source/WebCore/editing/FrameSelection.cpp
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelectionHandle.cpp