checkmark in HTML panel's event listener popup is undocumented
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Not tracked)
People
(Reporter: info, Unassigned)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0
Steps to reproduce:
- View the HTML of an interactive page in the Developer Tools > Inspector > HTML panel.
- Click on the white-on-gray "event" lozenge that appears after some interactive element
- In the popup that appears, hover over the white-on-blue or -gray checkmark on the end. (see attachment)
- Read the documentation
Actual results:
There's no tooltip for the checkbox.
I found the documentation page "Examine Event Listeners" for this popup, https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/examine_event_listeners/index.html ; it's good but it doesn't mention this checkbox or what it does, and the screenshot doesn't include it.
Expected results:
The checkbox's tooltip could say something.
The documentation should explain this checkbox, what unchecking it does, and why it's sometimes disabled.
The screenshot in the documentation should be updated.
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:Sylvestre, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
We should have a tooltip on the checkbox, we do have an aria-label at the moment.
We should be able to reuse the same label as the tooltip for the checkbox.
Updated•1 year ago
|
Description
•