WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
251466
Web Inspector: Don't show `::backdrop` rules for elements without a backdrop
https://bugs.webkit.org/show_bug.cgi?id=251466
Summary
Web Inspector: Don't show `::backdrop` rules for elements without a backdrop
Karl Dubost
Reported
2023-01-31 15:58:58 PST
Currently ::backdrop is visible for any elements in the Web Inspector. (reported by Simon Fraser) a special case could be added to hide it in most cases, as it is already done for ::marker. `if (pseudoId == PseudoId::Backdrop && !element->isInTopLayer())` (suggestion from Antti Koivisto)
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-01-31 15:59:12 PST
<
rdar://problem/104889944
>
Patrick Angle
Comment 2
2023-02-03 17:39:34 PST
Pull request:
https://github.com/WebKit/WebKit/pull/9638
EWS
Comment 3
2023-02-06 08:53:58 PST
Committed
259894@main
(c5064e5e284d): <
https://commits.webkit.org/259894@main
> Reviewed commits have been landed. Closing PR #9638 and removing active labels.
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