"Tracking Protections" icon doesn't have hovering tooltip in some cases
Categories
(Firefox :: Site Identity, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | --- | verified |
People
(Reporter: Virtual, Assigned: timhuang)
References
Details
(4 keywords, Whiteboard: [skyline])
Attachments
(5 files)
STR:
- Open this website page - https://hg.mozilla.org/
- Hover pointer/mouse cursor over "Tracking Protections" menu
and see that it doesn't have hovering tooltip
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•5 years ago
|
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
:Virtual, if you think that's a regression, then could you try to find a regression range in using for example mozregression?
Comment 2•5 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
We should also fix the label for accessibility here. see Bug 1552716 comment 1.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Hi Jamie,
I have a question about the accessibility of the tracking protection icon. IIUC, we don't need the 'aria-label' if we have a tooltip text on the tracking protection icon unless we want to show something else other than the tooltip text. Is that correct?
Comment 5•5 years ago
|
||
Quickly filling in for Jamie here: That is correct. aria-label is only needed if this should be different from the tooltiptext. You can check what gets exposed as the accessible name by using the Accessibility Inspector in the Browser Toolbox and inspecting the accessibility tree of the button. The Name property is what you're looking for.
Updated•5 years ago
|
Assignee | ||
Comment 6•5 years ago
|
||
The patch removes the old string of the tooltip on the trakcing
protection icon and replace them with the new strings.
Assignee | ||
Comment 7•5 years ago
|
||
This patch modify the way how tooltip works on the tracking protection
icon. We use <tooltip> instead of 'tooltiptext' attribute in order to
limit the width of the tooltip in 500px.
Depends on D40415
Assignee | ||
Comment 8•5 years ago
|
||
Set the 'aria-label' to the tracking protection icon container in order
to support the accessibility. We need this here since the accessiblity
won't automatically get the <tooltip> element here,
Depends on D40416
Assignee | ||
Comment 9•5 years ago
|
||
Depends on D40417
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1284a6b493d9
https://hg.mozilla.org/mozilla-central/rev/788a0b069454
https://hg.mozilla.org/mozilla-central/rev/249534a19058
https://hg.mozilla.org/mozilla-central/rev/c6594cf68af6
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Comment 12•5 years ago
|
||
I'm confirming that bug is fixed, starting in Mozilla Firefox Nightly 70.0a1 (2019-08-07), so I'm marking this bug as VERIFIED.
Thank you very much! \o/
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•5 years ago
|
Description
•