-
Notifications
You must be signed in to change notification settings - Fork 118
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
[Home] Content underneath sheet is available #39
Comments
Believe this is the same issue: |
yes it is, i believe. I have a somewhat "hacky" solution that hides the background elements when they're not in view and that way the screen reader doesn't read them |
@svinkle it would be great if we can coordinate our efforts on this. I can make someone from my team available but looking to avoid overlap on these fixes. I've been working with @henrytao-me for getting other bug fixes back and forth between the repos. |
oh, i didn't know someone was working on it already, my bad. |
We're not yet :) just dropped this here to see if anyone else was. Ideally we can coordinate with our repo downstream. Avoiding two solutions to the same issue. |
Issue summary
When the status Sheet is expanded, content underneath the Sheet is still available/focusable via swipe/touch navigation. Mobile screen readers announce this content as if it were a part of the visible Sheet content. This could lead to a confusing user experience.
Current code
TSX
Steps to reproduce
Behavior
Expected
Actual
Recommendation
A recommendation is not certain at this point. Some experimentation has been conducted on various content containers using the
accessibilityViewIsModal
prop without success.Basically, if the
isExpanded
prop istrue
, content other than the Sheet should not be available on touch/swipe.Specifications
The text was updated successfully, but these errors were encountered: