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

Removed SnackBar button from a11y tree #864

Merged
merged 2 commits into from
Nov 8, 2019

Conversation

fkloes
Copy link
Collaborator

@fkloes fkloes commented Nov 7, 2019

Description

This ticket is about to hide the the button of the SnackBar component from the a11y tree. Android TalkBack didn't respect the aria-hidden attribute which was assigned to the button component, and so the screen reader was reading the "undo" button from the drawer which comes visible when an item was removed from the favourite list.

Type of change

  • Bug Fix 🐛 (non-breaking change which fixes an issue)
  • Enhancement 🚀 (non-breaking change which adds functionality)
  • Breaking Change 💥 (fix or feature that would cause existing functionality to not work as expected)
  • Polish 💅 (Just some cleanups)
  • Internal 🏠 Only relates to internal processes.

@fkloes fkloes added the bug Something isn't working label Nov 7, 2019
@fkloes fkloes self-assigned this Nov 7, 2019
@alexbridge alexbridge merged commit d144a06 into v6.10.0 Nov 8, 2019
@alexbridge alexbridge deleted the PWA-2361-make-undo-button-inaccessible branch November 8, 2019 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants