[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 11:53:55 PDT 2023


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

--- Comment #7 from Antoine Quint <graouts at webkit.org> ---
(In reply to Matt Sephton from comment #6)
> 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 */
> }
> ```

With that additional stylesheet, I get what I assume is the expected behavior and not seeing any blur anywhere.

-- 
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/5ba3a745/attachment.htm>


More information about the webkit-unassigned mailing list