Open
Bug 1328006
Opened 9 years ago
Updated 3 years ago
Inspector doesn't understand pseudoclasses
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: arni2033, Unassigned)
References
Details
(Keywords: regression)
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1: (:first-child, :nth-child())
1. Open data:text/html,<!DOCTYPE html><input type="checkbox" checked>
2. Open inspector, focus search field in inspector
3. Type "input:first-child" or ":nth-child(1)", press Enter
AR: No node becomes highlighted. Search field in inspector says "No matches"
ER: Inspector should cycle through found elements
STR_2: (:checked)
1. Open data:text/html,<!DOCTYPE html><input type="checkbox" checked>
2. Open inspector, focus search field in inspector
3. Type ":not(:checked)", press Enter 3 times
STR_3: (:hover)
1. Open data:text/html,<!DOCTYPE html><input type="checkbox" checked>
2. Open inspector, right-click <input> element in markup, enable :hover in context menu
3. Focus search field in inspector, type ":hover", press Enter 3 times
This is regression from bug 835896. Regression range:
> https://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=43f23a377c8510f29aa9546453b3b3bcb7810b07&tochange=437545b472e74a71ca112f4b4a300ae0a646288b@ (Unavailable until Jan 4) Brian Grinstead [:bgrins]:
It seems that this is a regresion caused by your change. Please have a look.
Component: Developer Tools: Animation Inspector → Developer Tools: Inspector
Comment 3•9 years ago
|
||
Additional STRs from 1327141:
1. Open data:text/html,<div>
2. Open inspector, type ":-moz-any(html,head,div)" or ":not(body)" in search field "Search HTML"
3. Press Enter
AR: After Step 2 three broken suggestions appear. After Step 3 the query is replaced by "div"
ER: Something better than that, e.g. no suggestions like in 44
(NB: the suggestions "look" broken because the items passed to the autocomplete have a preLabel which is not a substring of label)
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•