Bug 6225
Summary: | Assertion failure on dragging a partially loaded image (-[NSPasteboard(WebExtras) _web_writeImage:URL:title:archive:types:]) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | ian, mitz |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://xn--sailor-183m.com/japan/Japan-Pages/Image328.html |
Alexey Proskuryakov
Steps to reproduce:
1. Open the bug URL with ToT debug build
2. Before the image finishes loading, try to drag it
Results:
=================
ERROR: Failed to archive subresource for http://xn--sailor-183m.com/japan/Japan-Images/328.jpg
(/Users/ap/WebKit/WebKit/WebView.subproj/WebDataSource.m:163 -[WebDataSource(WebPrivate)
_archiveWithMarkupString:nodes:])
=================
=================
ASSERTION FAILED: [imageTypes containsObject:[resource MIMEType]] (/Users/ap/WebKit/WebKit/
Misc.subproj/WebNSPasteboardExtras.m:248 -[NSPasteboard(WebExtras)
_web_writeImage:URL:title:archive:types:])
=================
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This is not reproducible anymore (r20639).