NEW 236326
Blurred element is not properly repainted on hover
https://bugs.webkit.org/show_bug.cgi?id=236326
Summary Blurred element is not properly repainted on hover
Jed Fox
Reported 2022-02-08 13:49:05 PST
Created attachment 451301 [details] Small reproduction The included test file contains an HTML element with the class "spoiler" and the following CSS: .spoiler:not(:hover) { filter: blur(10px); } The behavior I expected is that when hovering over the element, all traces of the blur will be removed and the unblurred text will become visible. The actual behavior I’m seeing is that while the portion of the page inside the element’s content rect is correctly updated, the portions of the blur that extend past the content rect remain visible.
Attachments
Small reproduction (462 bytes, text/html)
2022-02-08 13:49 PST, Jed Fox
no flags
Radar WebKit Bug Importer
Comment 1 2022-02-14 19:54:06 PST
Note You need to log in before you can comment on or make changes to this bug.