Bug 99791
Summary: | If dragenter and dragover are not cancelled, a drop event should not be fired. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Cheng <dcheng> |
Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | richard, rniwa, tony |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Daniel Cheng
The original bug was filed at crbug.com/122102 and a simple test case is attached there. We need to track the cancellation state of dragover; if it is not cancelled, then a drop event should not be fired.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
See also: bug 79173, bug 66469.
Daniel Cheng
*** Bug 66469 has been marked as a duplicate of this bug. ***
Daniel Cheng
*** This bug has been marked as a duplicate of bug 79173 ***
Lucas Forschler
Mass move bugs into the DOM component.