Fixed
Status Update
Comments
ys...@google.com <ys...@google.com> #2
@stevebower not sure how critical this is, maybe it's purely secondary metadata. But just in case it does break A11y, flagging.
st...@google.com <st...@google.com>
st...@google.com <st...@google.com>
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit c663bd737d522f962e0403e3cfb8c028bf1c0f1b
Author: stevebower <stevebower@google.com>
Date: Wed Apr 19 12:34:36 2023
Add missing semantic Button role for Chip and CompactChip
Restore the Button role for Chip and CompactChip, which was provided when calling the base Chip implementation in earlier versions, but was missing following refactoring to material-core.
Test: androidx.wear.compose.material tests
Bug: 277326264
Relnote: "We have fixed a bug in Chip and CompactChip where the semantic role was no longer being set to Role.Button."
Change-Id: I93f91a670052b94387349e6ac9e1373353c1e4e2
M wear/compose/compose-material/src/androidAndroidTest/kotlin/androidx/wear/compose/material/ChipTest.kt
M wear/compose/compose-material/src/commonMain/kotlin/androidx/wear/compose/material/Chip.kt
M wear/compose/compose-material3/src/androidAndroidTest/kotlin/androidx/wear/compose/material3/ButtonTest.kt
https://android-review.googlesource.com/2547170
Branch: androidx-main
commit c663bd737d522f962e0403e3cfb8c028bf1c0f1b
Author: stevebower <stevebower@google.com>
Date: Wed Apr 19 12:34:36 2023
Add missing semantic Button role for Chip and CompactChip
Restore the Button role for Chip and CompactChip, which was provided when calling the base Chip implementation in earlier versions, but was missing following refactoring to material-core.
Test: androidx.wear.compose.material tests
Bug: 277326264
Relnote: "We have fixed a bug in Chip and CompactChip where the semantic role was no longer being set to Role.Button."
Change-Id: I93f91a670052b94387349e6ac9e1373353c1e4e2
M wear/compose/compose-material/src/androidAndroidTest/kotlin/androidx/wear/compose/material/ChipTest.kt
M wear/compose/compose-material/src/commonMain/kotlin/androidx/wear/compose/material/Chip.kt
M wear/compose/compose-material3/src/androidAndroidTest/kotlin/androidx/wear/compose/material3/ButtonTest.kt
st...@google.com <st...@google.com> #4
See aosp/2547170 for fix
na...@google.com <na...@google.com> #5
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.wear.compose:compose-material:1.2.0-alpha10
androidx.wear.compose:compose-material3:1.0.0-alpha04
Description
Component used: Wear Compose Version used: 1.2.0-alpha08
with alpha07
with alpha08