Added routine to ignore text selection when longtap on handle from OSP.
authorYuni Jeong <yhnet.jung@samsung.com>
Mon, 1 Apr 2013 10:19:12 +0000 (19:19 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Mon, 1 Apr 2013 12:48:49 +0000 (21:48 +0900)
commit0a9593bc2e5f66b5b6ae8ca392b7a9a4b7acafd6
tree2d2d9f7419ec9e792a32da9a5a2032df08f505c9
parent92448e2b366b188744b178f710f51f211bba4ca6
Added routine to ignore text selection when longtap on handle from OSP.

[Title] Added routine to ignore text selection when longtap on handle from OSP.
[Issue#] N/A
[Problem] When longtap on handle from OSP, text selection is cleared.
[Cause] When longtap on handle, textSelectionDown function is called from OSP.
        And then, function to clear text selection is called in textSelectiondown function.
[Solution] Added routine to ignore text selection when longtap on handle from OSP.

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