WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
5643
setDragImage fails when passed Image object
https://bugs.webkit.org/show_bug.cgi?id=5643
Summary
setDragImage fails when passed Image object
Anders Carlsson
Reported
2005-11-06 06:29:34 PST
On debug builds, setDragImage fails with an assertion when the object passed in is an image. This is because KWQClipboard::dragNSImage incorrectly returns a WebImageRenderer object instead of an NSImage.
Attachments
Return an NSImage instead
(1.87 KB, patch)
2005-11-06 06:32 PST
,
Anders Carlsson
darin
: review+
Details
Formatted Diff
Diff
just for grins, here's the patch I meant
(43.81 KB, patch)
2005-11-06 12:07 PST
,
Darin Adler
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2005-11-06 06:32:32 PST
Created
attachment 4612
[details]
Return an NSImage instead
Darin Adler
Comment 2
2005-11-06 11:55:45 PST
Comment on
attachment 4612
[details]
Return an NSImage instead I've got a patch that includes this change and many others like this, already reviewed and ready to check in. But I haven't had a chance to land it yet.
Darin Adler
Comment 3
2005-11-06 12:07:49 PST
Created
attachment 4615
[details]
just for grins, here's the patch I meant Actually, it's not reviewed. I'll attach it here anyway.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug