Open
Bug 1157524
Opened 10 years ago
Updated 1 year ago
Allow emulating :-moz-focusring pseudo class
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(Not tracked)
REOPENED
People
(Reporter: ntim, Unassigned)
References
(Blocks 1 open bug)
Details
It is pretty useful for theme and Firefox developers to be able to emulate the :-moz-focusring pseudo selector quickly. We'd probably want that when inspecting xul pages and inside the browser toolbox.
Comment 1•9 years ago
|
||
Inspector bug triage. Filter on CLIMBING SHOES
Severity: normal → enhancement
Comment 3•6 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
Reporter | ||
Updated•6 years ago
|
Status: RESOLVED → REOPENED
Resolution: INACTIVE → ---
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 4•6 years ago
|
||
Shouldn't we instead show the :-moz-focusring rules when :focus is applied? We don't seem to show them even if the field is actually focused.
Comment 5•6 years ago
|
||
We don't seem to show them even if the field is actually focused.
Another one that's not applied in this case is ::-moz-focus-inner; this is important because this is the pseudo-element used to apply the default style for buttons (and also to remove it if we need it).
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: devtools-pseudo
You need to log in
before you can comment on or make changes to this bug.
Description
•