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

bug(mat-select): won't collapse on IOS with a full access keyboard #29016

Open
1 task
denisesy opened this issue May 8, 2024 · 0 comments
Open
1 task

bug(mat-select): won't collapse on IOS with a full access keyboard #29016

denisesy opened this issue May 8, 2024 · 0 comments
Labels
Accessibility This issue is related to accessibility (a11y) area: material/select P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@denisesy
Copy link

denisesy commented May 8, 2024

Is this a regression?

  • Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

When an iPhone user is navigating using a Bluetooth keyboard to open up the dropdown. The user won't be able to collapse the dropdown when tabbing away. This is introducing an ADA issue, as the dropdown will block the content behind it.

Reproduction

Steps to reproduce:

  1. Connect your iPhone to a Bluetooth keyboard, and enable "Full Keyboard Access" in settings
    image
  2. Got to https://material.angular.io/components/select/examples
  3. Open any dropdown and use keyboard to tab away
  4. Focus moved to the next control and dropdown panel is still open

Expected Behavior

Dropdown should be collapsed when user tabs away using keyboard

Actual Behavior

Focus moved to the next control and dropdown panel is still open when user tabs away

Environment

  • Angular: 17.3.0
  • CDK/Material: 17.3.6
  • Browser(s): Safari, Chrome, etc.
  • Operating System (e.g. Windows, macOS, Ubuntu): iPhone
@denisesy denisesy added the needs triage This issue needs to be triaged by the team label May 8, 2024
@crisbeto crisbeto added P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent Accessibility This issue is related to accessibility (a11y) area: material/select and removed needs triage This issue needs to be triaged by the team labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility This issue is related to accessibility (a11y) area: material/select P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

No branches or pull requests

2 participants