Listen 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 Review URL: https://codereview.chromium.org/307863003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273794 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment