Bug 49872

Summary: [Qt] Limit the size of image preview "cursor" when dragging
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: QtWebKit Unassigned <webkit-qt-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt, QtTriaged
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 49870    
Bug Blocks:    
Attachments:
Description Flags
Proposed patch tonikitoo: review+

Description Andreas Kling 2010-11-20 16:26:09 PST
We're missing implementations of dragImageSize() and scaleDragImage().

There's also dissolveDragImageToFraction() but QDrag::setPixmap() doesn't support semitransparent pixmaps anyway, so there's no rush to implement that one.
Comment 1 Andreas Kling 2010-11-20 16:29:34 PST
Created attachment 74489 [details]
Proposed patch
Comment 2 Andreas Kling 2010-11-20 22:45:12 PST
Committed r72495: <http://trac.webkit.org/changeset/72495>