Fixed tap is working when tap on left/right text selection handle above any linkable...
authorYuni Jeong <yhnet.jung@samsung.com>
Wed, 17 Apr 2013 15:17:52 +0000 (00:17 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Wed, 17 Apr 2013 15:59:36 +0000 (00:59 +0900)
commit6c2f869fc644ff2c97fbba25436e5dcb5c65a991
treecc2b5d41b8b5e56be57b68b5faf8d08199b9c2d1
parent7cc8019c613febcb7fe98216d26a75cafa31084a
Fixed tap is working when tap on left/right text selection handle above any linkable content.

[Title] Fixed tap is working when tap on left/right text selection handle above any linkable content.
[Issue#] N_SE-34980
[Problem] When tap on left/right text selection handle above any linkable content,
          tap is working.
[Cause] If isTextSelectionHandleDowned() return value is true, _ewk_view_smart_gesture_end() is return.
        When _ewk_view_smart_gesture_end() is called, isTextSelectionHandleDowned() return value is false.
        So, tap is working.
[Solution] Changed routine to set isMouseDowned variable to false.

Change-Id: I5adf8518f6ce99bba3462806f785b95e98eb1370
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelectionHandle.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelectionHandle.h