VERIFIED FIXED 5054
Crash with dataTransfer.setDragImage
https://bugs.webkit.org/show_bug.cgi?id=5054
Summary Crash with dataTransfer.setDragImage
Alexey Proskuryakov
Reported 2005-09-19 13:26:30 PDT
Steps to reproduce: 1. Open the attached test case 2. Try to drag the text Results: crash. Tried with 2.0.1 and ToT. I do not know if the test case is correct code, but anyway, it shouldn't crash :)
Attachments
test case (302 bytes, text/html)
2005-09-19 13:26 PDT, Alexey Proskuryakov
no flags
crash log (23.01 KB, text/plain)
2005-09-19 13:28 PDT, Alexey Proskuryakov
no flags
add the missing type check (832 bytes, patch)
2005-10-09 21:21 PDT, Darin Adler
hyatt: review+
Alexey Proskuryakov
Comment 1 2005-09-19 13:26:50 PDT
Created attachment 3947 [details] test case
Alexey Proskuryakov
Comment 2 2005-09-19 13:28:31 PDT
Created attachment 3948 [details] crash log
Darin Adler
Comment 3 2005-10-09 20:32:47 PDT
Found a simple fix.
Darin Adler
Comment 4 2005-10-09 21:21:35 PDT
Created attachment 4281 [details] add the missing type check
Dave Hyatt
Comment 5 2005-10-09 21:43:26 PDT
Comment on attachment 4281 [details] add the missing type check r=me
Note You need to log in before you can comment on or make changes to this bug.