[Webkit-unassigned] [Bug 164584] Image does not rerender when zoomed, becomes blurry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 10 04:37:42 PDT 2017


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

Czirkos Zoltan <czirkos.zoltan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |czirkos.zoltan at gmail.com

--- Comment #10 from Czirkos Zoltan <czirkos.zoltan at gmail.com> ---
The problem only arises if there is a position:fixed element on the page, and it is below the image that is scaled.

See the following HTML:

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
</head>
<body>
<p style="position: fixed; background: yellow; width: 100%;">Fixed</p>
<img src="http://placehold.it/2000x2000" style="width: 20px; transform: scale(10); transform-origin: 0 0;">
</body>
</html>

-- 
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/20170910/00a47f0d/attachment.html>


More information about the webkit-unassigned mailing list