DescriptionPreventing the default action on 'mousemove' listener shouldn't prevent selection
As per the spec, mousemove has no default action:
http://www.w3.org/TR/DOM-Level-3-Events/#event-type-mousemove.
Hence preventing the default action on mousemove should not
prevent selection/drag from happening. Made changes to
allow drag operation irrespective of mousemove event
cancellation similar to behavior of other browsers.
BUG=346473
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192855
Patch Set 1 #
Total comments: 8
Patch Set 2 : Updated test case as per review comments #Patch Set 3 : Updating testcase as per review comments #Patch Set 4 : Updating expectation file #
Total comments: 2
Patch Set 5 : Modified the comment as per review comments #
Total comments: 2
Patch Set 6 : Modifying comment as per review comments #
Messages
Total messages: 20 (3 generated)
|