Modify that do not check the drag position when text selection is canceled
authorSanghyun Park <sh919.park@samsung.com>
Sun, 21 Apr 2013 08:12:34 +0000 (17:12 +0900)
committerSanghyun Park <sh919.park@samsung.com>
Mon, 22 Apr 2013 01:51:36 +0000 (10:51 +0900)
commitad712f1ade6b246793fda46f3bb308afb6747ecf
tree8b4b9027afac79fcf3e9270eb4af194720c5acfd
parent0aab2385180a74906aff14008b2e1e88e6455b2d
Modify that do not check the drag position when text selection is canceled

[Title] Modify that do not check the drag position when text selection is canceled
[Problem] DCM-1102
[Cause] In the case of drag in mobile browser, drag does not work at Text Selection. but have checked the drag position when Text Selection is canceled.
[Solution] Modify that when dragstate is true, only check the drag start's position.

Change-Id: I106a89cdd40ef2beb32195acfdc3d00c2868192a
Source/WebCore/page/EventHandler.cpp