Bug 133419 - View snapshots are sometimes taken at the wrong scale
Summary: View snapshots are sometimes taken at the wrong scale
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-05-31 01:22 PDT by Tim Horton
Modified: 2014-05-31 23:26 PDT (History)
4 users (show)

See Also:


Attachments
patch (2.98 KB, patch)
2014-05-31 01:29 PDT, Tim Horton
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-05-31 01:22:51 PDT
Sometimes (if a window created on a 2x display tries to take a snapshot after being moved to a 1x display), the snapshot comes back at the wrong size (scaled up and blurry). To work around this for now, we can re-request the snapshot with a slightly different set of options which work in this case (but won't be correct if the bug isn't happening).
Comment 1 Radar WebKit Bug Importer 2014-05-31 01:23:22 PDT
<rdar://problem/17087497>
Comment 2 Tim Horton 2014-05-31 01:23:38 PDT
<rdar://problem/17084993> tracks the underlying bug.
Comment 3 Tim Horton 2014-05-31 01:29:04 PDT
Created attachment 232316 [details]
patch
Comment 4 Tim Horton 2014-05-31 23:26:09 PDT
http://trac.webkit.org/changeset/169510