RESOLVED FIXED 175751
Forbid setDragImage after dragstart
https://bugs.webkit.org/show_bug.cgi?id=175751
Summary Forbid setDragImage after dragstart
Ryosuke Niwa
Reported 2017-08-18 20:42:20 PDT
Right now, WebKit allows setting the drag image after dragstart had happened. However, this doesn't work in WebKit2, and it's pretty much broken in WebKit1, and doesn't match the spec or the behaviors of Chrome and Firefox. Remove this broken feature.
Attachments
Removes the code (4.91 KB, patch)
2017-08-18 21:35 PDT, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2017-08-18 21:35:50 PDT
Created attachment 318581 [details] Removes the code
Wenson Hsieh
Comment 2 2017-08-18 22:55:05 PDT
Comment on attachment 318581 [details] Removes the code r=me. A bit sad this was never tested at all :(
WebKit Commit Bot
Comment 3 2017-08-18 23:40:33 PDT
Comment on attachment 318581 [details] Removes the code Clearing flags on attachment: 318581 Committed r220951: <http://trac.webkit.org/changeset/220951>
WebKit Commit Bot
Comment 4 2017-08-18 23:40:35 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2017-08-18 23:41:09 PDT
Note You need to log in before you can comment on or make changes to this bug.