Bug 251466
| Summary: | Web Inspector: Don't show `::backdrop` rules for elements without a backdrop | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | Web Inspector | Assignee: | Patrick Angle <pangle> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, pangle, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | All | ||
| OS: | All | ||
Karl Dubost
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
<rdar://problem/104889944>
Patrick Angle
Pull request: https://github.com/WebKit/WebKit/pull/9638
EWS
Committed 259894@main (c5064e5e284d): <https://commits.webkit.org/259894@main>
Reviewed commits have been landed. Closing PR #9638 and removing active labels.