Bug 148630 - Comments on wired.com are blurry
Summary: Comments on wired.com are blurry
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari 9
Hardware: iPhone / iPad iOS 9.0
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-08-31 07:43 PDT by Stefan Arentz
Modified: 2016-05-05 11:37 PDT (History)
5 users (show)

See Also:


Attachments
Screenshot of bug in action (286.30 KB, image/png)
2015-08-31 07:44 PDT, Stefan Arentz
no flags Details
Patch (6.82 KB, patch)
2016-05-04 15:35 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Arentz 2015-08-31 07:43:57 PDT
STR:

* Open http://www.wired.com/2015/08/new-orleans-built-bustling-tech-hub-katrinas-wake/
* Tap "View Comments" below the article

Screenshot attached.
Comment 1 Stefan Arentz 2015-08-31 07:44:28 PDT
Created attachment 260281 [details]
Screenshot of bug in action
Comment 2 Radar WebKit Bug Importer 2015-08-31 08:02:35 PDT
<rdar://problem/22499655>
Comment 3 Simon Fraser (smfr) 2015-09-10 15:59:47 PDT
The comments section is in an iframe with:

    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)

I think the fuzziness on retina is because we need to set rasterizationScale on a CALayer.
Comment 4 Simon Fraser (smfr) 2016-05-04 15:35:06 PDT
Created attachment 278134 [details]
Patch
Comment 5 Simon Fraser (smfr) 2016-05-05 11:37:17 PDT
https://trac.webkit.org/r200465