Open Bug 1205354 Opened 9 years ago Updated 2 years ago

When page element is removed, ancestor pseudo class locks remain

Categories

(DevTools :: Inspector, defect, P3)

defect

Tracking

(firefox43 affected)

Tracking Status
firefox43 --- affected

People

(Reporter: bgrins, Unassigned)

References

Details

STR: Open data:text/html,<script>window.onclick = function() {var divs = document.querySelectorAll("div"); divs[divs.length-1].remove(); }</script><style>div { width:100px;height:100px;padding:10px;border:2px solid red; }div:hover { background:green; }</style><div><div><div></div></div></div> Inspect the child-most div Pseudo class lock 'hover' Click the body (which will remove the child-most div) Expected: Pseudo class lock is removed from all other elements Actual: Pseudo class lock remains
Inspector bug triage. Filter on CLIMBING SHOES. Pseudo class lock can still be removed afterwards, and display remains consistent -> P3.
Priority: -- → P3
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.