Open
Bug 1037437
Opened 10 years ago
Updated 2 years ago
[markup view] Remember pseudo element selection on page reload
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: bgrins, Unassigned)
References
Details
If you have an element selected in the markup view and reload the page, it is rememebered via inspector-panel `selectionCssSelector`. We should also do this when a pseudo element is selected in the tree.
It will need to be tolerant of the element not being there on page reload due to state changing (if the DOM has changed when reloading), in which case it should try to highlight the parent element if available
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Updated•10 years ago
|
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•