This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
select(multiple): bad UX for exiting pop-up panel on iOS #11791
Labels
a11y
This issue is related to accessibility
browser: Safari
g3: reported
The issue was reported by an internal or external product team.
os: iOS
This issue is specific to iOS
P3: important
Important issues that really should be fixed when possible.
type: bug
type: gestures
Milestone
Bug
CodePen and steps to reproduce the issue:
CodePen Demo which demonstrates the issue:
https://material.angularjs.org/latest/demo/select#option-groups
Detailed Reproduction Steps:
#10967 (comment)
What is the expected behavior?
It should be possible to exit/close the options pop-up panel in multiple mode after the user is done making selections via iOS VoiceOver.
What is the current behavior?
This issue with being difficult to exit a multiple selection select exists with Angular Material as well. The "Two finger scrub" to dismiss alerts/dialogs or go back a page seems to always go back a page when used with AngularJS/Angular Material Autocomplete and Select. I tried changing the
md-select-menu-container
torole="dialog"
and adding"aria-haspopup="dialog"
to themd-select
, but that didn't help and the Z (two finger scrub) always went back to the previous page.What is the use-case or motivation for changing an existing behavior?
Which versions of AngularJS, Material, OS, and browsers are affected?
Is there anything else we should know? Stack Traces, Screenshots, etc.
This was tested as part of PR #11761, but unfortunately, it was not fixed there.
This was originally reported in #10967 (comment), but it's being moved here as a separate issue as that one is going to be closed out due to fixing most of the other issues there.
The text was updated successfully, but these errors were encountered: