Fixed
Status Update
Comments
se...@google.com <se...@google.com>
se...@google.com <se...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
se...@google.com <se...@google.com>
na...@google.com <na...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
After updating
compose-material3
from1.3.0-beta01
to1.3.0-beta05
, we noticed that TalkBack's initial focus shifted to the scrim instead of the content within a bottom sheet when it was opened. This requires screen reader users to perform an additional swipe to hear what's on the screen. We believe that Android should not require screen reader users to re-learn how to use the bottom sheet by swiping one more time.Currently, our codebase includes both legacy (view-based) and Compose bottom sheets. The legacy bottom sheet functions as expected, while the Compose bottom sheet exhibits incorrect behavior. This inconsistency can be confusing for screen reader users, depending on which bottom sheet they are interacting with.
Jetpack Compose version: 1.7.0-beta07
Material Library Version (M2, M3 or Both?): M3/1.3.0-beta05
Material Compose component used: ModalBottomSheet
Android Studio Build: AI-241.18034.62.2412.12084018
Kotlin version: 1.9.25
Steps to Reproduce or Code Sample to Reproduce:
Stack trace (if applicable):