[Webkit-unassigned] [Bug 257023] REGRESSION (Safari 16.5): Element left in blurred state after animation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 23 09:30:21 PDT 2023


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

--- Comment #6 from Matt Sephton <matt.sephton at gmail.com> ---
Yes, that's the result of a recent bug fix in WebKit. See #254585

You'll need to install the workaround below. Apologies for not mentioning that.

This is not included in the extension (author is suspected to have died) so needs to be added through Safari > Advanced > Style sheet

```
div#polyglot__panel {
        transform: scale(1) !important; /* for Safari 16.4 issue */
}
```

-- 
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/20230523/dda4063d/attachment.htm>


More information about the webkit-unassigned mailing list