Closed
Bug 1215373
Opened 10 years ago
Closed 9 years ago
[rule-view] Add support for ::backdrop pseudo-element
Categories
(DevTools :: Inspector: Rules, defect)
DevTools
Inspector: Rules
Tracking
(firefox44 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: xidorn, Unassigned)
References
(Blocks 1 open bug)
Details
We are adding ::backdrop pseudo-element for fullscreen element in bug 1064843. The devtools should consider adding support of it.
Comment 1•10 years ago
|
||
We have a list of pseudo-elements that the inspector supports here: https://dxr.mozilla.org/mozilla-central/source/devtools/shared/styleinspector/css-logic.js#46. In theory, adding it to that set will "just work", as those are passed into DOMUtils.getCSSStyleRules: https://dxr.mozilla.org/mozilla-central/source/layout/inspector/inDOMUtils.cpp#213.
Updated•10 years ago
|
Summary: Add support for ::backdrop pseudo-element → [rule-view] Add support for ::backdrop pseudo-element
Comment 2•10 years ago
|
||
See also bug 1216234 - I think this is a good opportunity to future-proof the list by moving
it to domutils.
Comment 3•9 years ago
|
||
I suspect this should just work now that bug 1216234 landed.
Reporter | ||
Comment 4•9 years ago
|
||
That looks promising. I'll close this bug if that works for ::backdrop.
Updated•9 years ago
|
Component: Developer Tools: Inspector → Developer Tools: CSS Rules Inspector
Reporter | ||
Comment 5•9 years ago
|
||
Yeah, looks like it works now, although the highlighting elements function doesn't really work with this pseudo element. That could be in other bug I suppose.
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•