Open
Bug 1884878
Opened 1 year ago
Updated 1 year ago
Hovering the icon close to the id in the aria-owns list doesn't highlight the corresponding element
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: calixte, Unassigned)
Details
Attachments
(1 file)
116 bytes,
text/html
|
Details |
STR:
- open the attached html
- hover the square icon close to the id in the
aria-owns
list.
Expected result:
The element with the corresponding id should be highlighted in the page
Actual result:
Nothing is highlighted.
Comment 1•1 year ago
|
||
Quickly discussed it during triage, this sounds valid. The console shows a similar icon and hovering on it highlights the element so we should try to be consistent.
Questions are what to do when the linked element doesn't exist (do nothing? mention that we couldn't find the element).
Also do we want to just change the highlighted element, or add a second highlighter?
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•