DescriptionListen to 'drag' to detect actual start of drag operation.
When Files.app receives 'dragstart', it cancels file drag operation in some situations.
In these cases, 'dragend' or other drag-related events won't be dispatched.
Missing 'dragend' causes this issue.
'drag' is dispatched only when 'dragstart' is not cancelled, so we can take it as start of user's drag operation.
BUG=326981
TEST=manually confirmed
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273794
Patch Set 1 #
Total comments: 4
Patch Set 2 : Modified handler name to avoid confusion. #
Messages
Total messages: 8 (0 generated)
|