Bug 49872 - [Qt] Limit the size of image preview "cursor" when dragging
Summary: [Qt] Limit the size of image preview "cursor" when dragging
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: QtWebKit Unassigned
URL:
Keywords: Qt, QtTriaged
Depends on: 49870
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-20 16:26 PST by Andreas Kling
Modified: 2010-11-20 22:45 PST (History)
0 users

See Also:


Attachments
Proposed patch (1.48 KB, patch)
2010-11-20 16:29 PST, Andreas Kling
tonikitoo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>