Fixed selection should not be working when long tap on button in OSP app.
authorYuni Jeong <yhnet.jung@samsung.com>
Tue, 2 Jul 2013 15:59:06 +0000 (00:59 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 3 Jul 2013 06:51:04 +0000 (06:51 +0000)
commit0e131df54baf8ae326fd56a5cf3c8ef86c5a630a
tree1e8932c9729e707c6709cb7ab1dbf8bcddf0e76f
parentd1e33e253c8f7c5a52fcbe4524d4b6e947805e3d
Fixed selection should not be working when long tap on button in OSP app.

[Title] Fixed selection should not be working when long tap on button in OSP app.
[Issue#] N_SE-44397
[Problem] After long tap on button, when selecting "copy"/"paste" context menu,
          "copy"/"paste" operation is not working.
[Cause] When long tap on button, selection should not be working.
        But, selection is working when long tap on button in OSP app.
[Solution] Remove if (!isStartedTextSelectionOutside) condition for not selecting when the input type is button.

Change-Id: If9eb4413df1e0a01c3e6df56da10954c468dc034
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/UIProcess/WebPageProxy.h
Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp
Source/WebKit2/WebProcess/WebPage/WebPage.h
Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp