-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Standard Bottom Sheet] Clicks pass through standard bottom sheet to the view behind it #4350
Labels
Comments
Hi, have you tried setting a |
Nope, setting |
Workaround: add |
manabu-nakamura
added a commit
to manabu-nakamura/material-components-android
that referenced
this issue
Jan 18, 2025
…heet] Clicks pass through standard bottom sheet to the view behind it)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
When clicking on the standard bottom sheet, it is possible to trigger clickable items on the view behind it.
Steps to reproduce:
In the catalog app, expand the standard bottom sheet to full height. Click on the bottom sheet to trigger clickable items from the view behind it like
Show Modal BottomSheetDialog
and the other switches. Check the video below.bottom_sheet_issue.mp4
Expected behavior:
Clicks don't pass through to the view behind when clicked on standard bottom sheet
Android API version:
Any
Material Library version:
1.13.0-alpha-07
1.13.0-alpha-06
1.13.0-alpha-05
1.13.0-alpha-04
1.13.0-alpha-03
1.12.0
And all others
The text was updated successfully, but these errors were encountered: