[Webkit-unassigned] [Bug 57185] ondrop event isn't fired for contentEditable while respecting normal behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 22:44:43 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=57185





--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2012-01-11 22:44:43 PST ---
I think we ought to be firing drop event in this case per current HTML5 spec:
http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#drag-and-drop-processing-model

Look at the step 2 after the sentence "Otherwise, the drag operation might be a success; run these substeps:"; this step fires drop event and is executed for drag & drop operations within editable regions before DOM mutations are made.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list