Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
sg...@google.com <sg...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 23a7d960caf43390a554700d3c56ada189a9d10e
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Mon Aug 10 15:11:36 2020
IconButton / IconToggleButton API scrub
Test: ./gradlew updateApi
Bug: b/161809385
Bug: b/161807956
Relnote: "Adds enabled parameter to IconButton, and reorders parameters in IconToggleButton"
Change-Id: I0a9419b1a631cadad451395302ad87b7f9214f96
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/IconButton.kt
https://android-review.googlesource.com/1394868
Branch: androidx-master-dev
commit 23a7d960caf43390a554700d3c56ada189a9d10e
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Mon Aug 10 15:11:36 2020
IconButton / IconToggleButton API scrub
Test: ./gradlew updateApi
Bug:
Bug:
Relnote: "Adds enabled parameter to IconButton, and reorders parameters in IconToggleButton"
Change-Id: I0a9419b1a631cadad451395302ad87b7f9214f96
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/IconButton.kt
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit c85eea975677700f33a93fea7efacc9f53135975
Author: Shalom Gibly <sgibly@google.com>
Date: Tue Dec 06 14:12:15 2022
Fixes a Material 2 FilterChip enablement bug
Fix the M2 FilterChip, which did not pass the enabled state to its
underlying Surface.
Fixes: 261329817
Test: ChipTest
Relnote: "Fixed the enabled state at the Material 2 FilterChip
implementation."
Change-Id: Id326a2a1749936c585011497bf5bcb3d21a05f9e
M compose/material/material/src/androidAndroidTest/kotlin/androidx/compose/material/ChipTest.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Chip.kt
https://android-review.googlesource.com/2330813
Branch: androidx-main
commit c85eea975677700f33a93fea7efacc9f53135975
Author: Shalom Gibly <sgibly@google.com>
Date: Tue Dec 06 14:12:15 2022
Fixes a Material 2 FilterChip enablement bug
Fix the M2 FilterChip, which did not pass the enabled state to its
underlying Surface.
Fixes: 261329817
Test: ChipTest
Relnote: "Fixed the enabled state at the Material 2 FilterChip
implementation."
Change-Id: Id326a2a1749936c585011497bf5bcb3d21a05f9e
M compose/material/material/src/androidAndroidTest/kotlin/androidx/compose/material/ChipTest.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Chip.kt
na...@google.com <na...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material:material:1.4.0-alpha04
Description
Jetpack Compose version: 2022.11.00,
Jetpack Compose component used: FilterChip
Android Studio Build: 2022.2.1 Canary 9
Kotlin version: 1.7.20
Steps to Reproduce or Code Sample to Reproduce:
"enabled: Boolean = true
controls the enabled state of this chip. When false, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services."
Stack trace (if applicable):