WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 27684
227284
WKWebview / Safari - content pixelated in scrollable container when scaled using transform
https://bugs.webkit.org/show_bug.cgi?id=227284
Summary
WKWebview / Safari - content pixelated in scrollable container when scaled us...
Akila
Reported
2021-06-23 01:52:49 PDT
in the WKWebview /safari scaling a scrollable container results in a pixelated output the issue occurs when the container div uses ```overflow: auto;``` or ```overflow:scroll;``` scaling was working fine in macOS Catalina but broke with the OS update here you can find a example of the issue
https://codepen.io/thelastairbender/pen/bGqPEKY
are there any fix or a workaround for this issue, any idea would be great
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2021-06-24 20:33:25 PDT
*** This bug has been marked as a duplicate of
bug 27684
***
Akila
Comment 2
2021-06-24 22:24:45 PDT
this is not the duplicate of the
bug 27684
, in
bug 27684
the issue is content is pixelated while scaling but settles own after scaling finish, but in this case content stays pixelated after scaling finishes
Simon Fraser (smfr)
Comment 3
2021-06-24 22:50:36 PDT
That's because the pixelation happens when the element is rendered into a composited layer. In
bug 27684
that's temporary while the animation is running. Here, async scrolling logic means that it's permanent. *** This bug has been marked as a duplicate of
bug 27684
***
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