[Webkit-unassigned] [Bug 186435] REGRESSION(r230930): Link drag image is very blurry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 09:59:15 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186435

--- Comment #1 from Brent Fulgham <bfulgham at webkit.org> ---
This is more fallout from disconnecting the WebContent process from the WindowServer. The NSImage logic wants to ask the screen for its display scale, but can't and so it defaults to a scale factor of 1.

This causes us to get a 1x image, which is scaled to the actual screen resolution resulting in the blurriness.

I checked the code paths for selection drag, attachment drag, and image drag and all properly address scale factor. It looks like links were the only thing not grabbing scale factor from the device already.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180608/bd80ccfa/attachment-0001.html>


More information about the webkit-unassigned mailing list