Open
Bug 1886680
Opened 1 year ago
Updated 1 year ago
Native popover doesn't display ::backdrop selector in Developer Tools
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: christian, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0
Steps to reproduce:
- Go to https://mdn.github.io/dom-examples/popover-api/blur-background/
- Click the 'Show popover'-button
- Inspect the popover
Actual results:
The ::backdrop selector wasn't found in the Developer Tools
Expected results:
The ::backdrop selector should be inspectable (like it is with the Dialog element)
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•