Bug 5054

Summary: Crash with dataTransfer.setDragImage
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: JavaScriptCoreAssignee: Darin Adler <darin>
Status: VERIFIED FIXED    
Severity: Normal CC: darin
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
test case
none
crash log
none
add the missing type check hyatt: review+

Description Alexey Proskuryakov 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 :)
Comment 1 Alexey Proskuryakov 2005-09-19 13:26:50 PDT
Created attachment 3947 [details]
test case
Comment 2 Alexey Proskuryakov 2005-09-19 13:28:31 PDT
Created attachment 3948 [details]
crash log
Comment 3 Darin Adler 2005-10-09 20:32:47 PDT
Found a simple fix.
Comment 4 Darin Adler 2005-10-09 21:21:35 PDT
Created attachment 4281 [details]
add the missing type check
Comment 5 Dave Hyatt 2005-10-09 21:43:26 PDT
Comment on attachment 4281 [details]
add the missing type check

r=me