Let pseudo-class locking API handle :hover and :active ancestor applying
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
People
(Reporter: sebo, Unassigned)
References
Details
(Whiteboard: domcore-bugbash-triaged, )
Comment 1•10 years ago
|
||
Reporter | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Reporter | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Reporter | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Reporter | ||
Comment 8•10 years ago
|
||
Comment 9•10 years ago
|
||
Comment 10•10 years ago
|
||
Comment 11•10 years ago
|
||
Comment 12•10 years ago
|
||
Comment 13•10 years ago
|
||
Reporter | ||
Comment 14•10 years ago
|
||
Updated•10 years ago
|
Updated•10 years ago
|
Comment 15•10 years ago
|
||
Comment 16•10 years ago
|
||
Comment 17•10 years ago
|
||
Reporter | ||
Comment 18•10 years ago
|
||
Comment 19•10 years ago
|
||
Comment 20•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Updated•2 years ago
|
Comment 21•4 months ago
|
||
Hi Honza,
My team was triaging old bugs in our backlog and we were wondering if this is still needed for Devtools , or if we can close this one. Thank you.
Reporter | ||
Comment 22•4 months ago
|
||
The related DevTools code still has to handle this by itself, so it looks like InspectorUtils.addPseudoClassLock
and InspectorUtils.removePseudoClassLock
still work the same.
Also, the bug outlined by Brian in comment 16 can still be reproduced. So I created bug 1911377 for that now, which can either be fixed by turning the pseudo-class lock APIs into high-level APIs (this bug) or by clearing and re-applying the pseudo-class locks as suggested by Brian.
Sebastian
Comment 23•4 months ago
|
||
Thank you Sebastian for filing the bugs (bug 1911377 has been triaged).
So, yes, it would be great if this is fixed, but the prirority isn't high.
Description
•