Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the toast time limit to be paused when a toast element is focused, not just on mouseover #717

Closed
aphelionz opened this issue Apr 28, 2018 · 0 comments · Fixed by #1803
Labels
accessibility - WCAG A Level A WCAG Accessibility Criteria accessibility

Comments

@aphelionz
Copy link
Contributor

Steps to reproduce (assumes ChromeVox or similar)

  1. Open https://elastic.github.io/eui/#/guidelines/toasts in a new tab.
  2. Tab through the navigation to the main content pane.
  3. Tab to the "Show Component Code" button and press enter
  4. Tab to the first "Add toast to global toast list" button
  5. Press enter

Actual Result

The toast is displayed and the time limit can be paused by mousing over the toast. However, if an element is focused and the mouse moves away, the toast closes at the next time limit interval.

Expected Result

The toast remains open if an element within it has focus.

Category: #714: Elastic UI Toasts Accessibility
Relevant WCAG Criteria: 2.2.2 Enough Time: Pause, Stop, Hide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility - WCAG A Level A WCAG Accessibility Criteria accessibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant