WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-02-14 19:54:06 PST
<
rdar://problem/88943473
>
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