Bug 8919

Summary: REGRESSION: image could not be dragged, subsequent click-drag activity caused crash
Product: WebKit Reporter: tim bates <timothy.c.bates>
Component: ImagesAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Major Keywords: EasyFix, Regression
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.radiantlightgallery.com/exhibits/july2004/images/maxine-adagio.jpg
Attachments:
Description Flags
clicking image causes crash none

Description tim bates 2006-05-15 09:35:41 PDT
as above: image would not select to a click. subsequent attempts to drag it (to iTunes) led to this crash (log attched)
Comment 1 tim bates 2006-05-15 09:36:17 PDT
Created attachment 8319 [details]
clicking image causes crash
Comment 2 jonathanjohnsson 2006-05-15 13:49:13 PDT
I see this too. When loading it from the site, the problem only happens sometimes. When opening it locally, I get a crash every time, when trying to drag the image. This is using latest nightly, r14382. My crash log is practically identical to the reporter's except for some "haxie" stuff.

Setting as P1, as this is a crash. Marking as regression, as I can't reproduce it using latest release, Safari 2.0.3.

I'm not sure what component this belongs to, but I guess it's "Images".
Comment 3 Darin Adler 2006-05-15 19:47:18 PDT
Just need to nil-check the document.
Comment 4 Darin Adler 2006-05-15 21:32:41 PDT
Patch attached to bug 8898 should fix this bug too.
Comment 5 Darin Adler 2006-05-16 10:03:08 PDT
r14416