Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
gb...@jeniusbank.com <gb...@jeniusbank.com> #2
This happens when there is multiple Text elements in the merged tree and we just take the first one and ignore the rest.
ae...@google.com <ae...@google.com>
ap...@google.com <ap...@google.com> #3
I'm working on it this week. Note that the culprit is actually the big substantive patch I landed on Jul 3,
na...@google.com <na...@google.com> #4
I started a WIP patch to allow non-unique keys:
Description
In compose there are multiple accessibility roles:https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/SemanticsProperties.kt;l=554;drc=412c979a93d75d581b1d0a40212f8a012458b862
It seems like there is no role for "dropdown list" (such that when you focus on a dropdown button that opens a dropdown list, Talkback announces "dropdown list").
This used to be possible with old
View
s if you used theSpinner
view.