Fixed text selection is cleared when user try to scroll in editable content.
authorYuni Jeong <yhnet.jung@samsung.com>
Tue, 26 Mar 2013 10:12:05 +0000 (19:12 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Wed, 27 Mar 2013 13:27:45 +0000 (22:27 +0900)
commit93636ed9f10b7ce4ae4a4c5e2771aa6d42d0057a
treef8ba21ef913c44415babaea7d36ca081d1cf9173
parent61cbe492214da0583eb4576648fa3b46d8e898e1
Fixed text selection is cleared when user try to scroll in editable content.

[Title] Fixed text selection is cleared when user try to scroll in editable content.
[Issue#] P130301-2648
[Problem] text selection is cleared when user try to scroll in editable content.
[Cause] There is routine to clear text selection when user try to scroll in editable content.
[Solution] Removed routine to clear text selection when user try to scroll in editable content.
           Added routine to update text selection when scrolling is performed by javascript.

Change-Id: I233a187a4cf1a257bd981e7bb33b0db9c1f2302b
Source/WebCore/page/ContextMenuController.cpp
Source/WebKit2/Shared/EditorState.cpp
Source/WebKit2/Shared/EditorState.h
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
Source/WebKit2/UIProcess/API/efl/PageClientImpl.h
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.h
Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp
Source/WebKit2/WebProcess/WebPage/WebPage.h
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp