Open
Bug 1871881
Opened 1 year ago
Updated 1 day ago
Make inspector "search HTML" feature able to use :has() and such selectors
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: emilio, Unassigned)
References
(Blocks 2 open bugs)
Details
According to bug 418039 comment 88, it doesn't work, and some other combinators are suggested, but also don't work. Not sure if this is intended so filing as a defect for now.
Reporter | ||
Updated•1 year ago
|
See Also: → has-pseudo
Reporter | ||
Updated•1 year ago
|
Blocks: has-issues
Comment 1•1 year ago
|
||
So, the search seems to work in some cases for me, but only if I add a space after the closing paren.
Also, the suggestion popup acts super weirdly. For example, on data:text/html,<meta charset=utf8><body><main>hello
, if I type :has(body
, there's no suggestion shown at any point. But then, as soon as I enter the closing paren, the suggestion does appear, but:
- it is visually truncated
- if I hit enter, the input value is set to
body
?!
I'll look into those issues
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P3
Updated•1 day ago
|
Blocks: meta-inspector-search
See Also: → 1542277
You need to log in
before you can comment on or make changes to this bug.
Description
•