WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 67779
HiDPI: WebKit2's drag images are blurry
https://bugs.webkit.org/show_bug.cgi?id=67779
Summary
HiDPI: WebKit2's drag images are blurry
Adam Roben (:aroben)
Reported
2011-09-08 07:13:17 PDT
To reproduce: 1. On a display with a >1.0 scale factor, go to
http://www.webkit.org/
2. Drag a link The drag image is blurry.
Attachments
Patch
(3.35 KB, patch)
2012-02-09 10:09 PST
,
Matthew Delaney
no flags
Details
Formatted Diff
Diff
Patch
(1.26 KB, patch)
2012-02-09 16:14 PST
,
Matthew Delaney
bdakin
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Adam Roben (:aroben)
Comment 1
2011-09-08 07:13:54 PDT
This affects both WebKit1 and WebKit2. WebKit2 will probably need more fixes, though, since the drag image has to be shipped over to the UI process before it's displayed.
Radar WebKit Bug Importer
Comment 2
2011-09-08 07:14:09 PDT
<
rdar://problem/10093255
>
Adam Roben (:aroben)
Comment 3
2011-09-08 14:16:17 PDT
WebKit1's behavior is somewhat different, so it is now covered by
bug 67802
.
Matthew Delaney
Comment 4
2012-02-09 10:09:16 PST
Created
attachment 126322
[details]
Patch
Matthew Delaney
Comment 5
2012-02-09 11:35:23 PST
Committed
r107267
: <
http://trac.webkit.org/changeset/107267
>
Adam Roben (:aroben)
Comment 6
2012-02-09 14:39:39 PST
Comment on
attachment 126322
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=126322&action=review
> Source/WebKit2/UIProcess/API/mac/WKView.mm:2566 > + IntSize size([image size]); > + size.scale(1.0 / [self _intrinsicDeviceScaleFactor]); > + [image setSize:size];
I think you should be using WebPageProxy::deviceScaleFactor instead of -[WKView _intrinsicDeviceScaleFactor]. Otherwise you'll get incorrect behavior when WKPageSetCustomDeviceScaleFactor has been called.
Matthew Delaney
Comment 7
2012-02-09 16:08:25 PST
Reopening to add in Adam's suggestion.
Matthew Delaney
Comment 8
2012-02-09 16:14:14 PST
Created
attachment 126399
[details]
Patch
Matthew Delaney
Comment 9
2012-02-09 16:36:16 PST
Committed
r107307
: <
http://trac.webkit.org/changeset/107307
>
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