question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Begin making the Tooltip Menu keyboard accessible

See original GitHub issue

STR:

  • Go an add-on detail page
  • Click on Read all reviews to see the list of reviews
  • When the page loads, use only the tab key to navigate the page
  • When you tab to the flag link press the space bar or enter key to flag a review
  • Press tab to navigate the menu (this does not work)

The TooltipMenu component added in https://github.com/mozilla/addons-frontend/issues/3534 is not fully keyboard accessible. In the interest of preserving forward momentum, let’s try and tackle this in a separate issue.

A helpful guide: http://heydonworks.com/practical_aria_examples/#progressive-collapsibles

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kumar303commented, Oct 24, 2017

^ there, I edited the title 😄

0reactions
vcarciucommented, Oct 25, 2017

@kumar303 : I will open another bug, but I think that the root problem is the same(drop down menu should not be left when navigating with keyboard inside it). I agree that this can be closed since the menu is accessible now via keyboard. Marking this as verified.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tooltips in the time of WCAG 2.1 | Sarah Higley
Focus and hover. The first step is to ensure that the visual display can be controlled by either a keyboard or a mouse....
Read more >
ARIA: tooltip role - Accessibility - MDN Web Docs - Mozilla
A tooltip is a contextual text bubble that displays a description for an element that appears on pointer hover or keyboard focus.
Read more >
Tooltips & Toggletips - Inclusive Components
The first thing to get right is making the text in the tooltip accessible to assistive technologies. There are a couple of different...
Read more >
Tooltips – Web Accessibility for Developers
A tooltip is typically used to display some information about its owning element when a user hovers a mouse pointer over or gives...
Read more >
Understanding SC 1.4.13:Content on Hover or Focus (Level AA)
Where receiving and then removing pointer hover or keyboard focus triggers additional content to become visible and then hidden, the following are true:....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found