Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
sg...@google.com <sg...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 9082f62682f853ad5251a1c79dde9eccba7abdd9
Author: Max Alfonso-Ying <maxying@google.com>
Date: Thu Apr 18 00:34:40 2024
[M2 text field] Apply background to decoration box
...instead of to the BasicTextField, so changing the
backgroundColor will properly change the decoration
box's background color.
Fixes: b/307694651
Test: added unit tests
Relnote: "Fix backgroundColor not applying to
TextFieldDecorationBox and OutlinedTextFieldDecorationBox.
Decoration boxes now accept a `shape` parameter."
Change-Id: I371c26718597cb36ac537e9412ce476532afb40d
M compose/material/material/api/current.txt
M compose/material/material/api/restricted_current.txt
M compose/material/material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/TextFieldDecorationBoxDemos.kt
M compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/textfield/TextFieldDecorationBoxTest.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/OutlinedTextField.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/TextField.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/TextFieldDefaults.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/TextFieldImpl.kt
https://android-review.googlesource.com/3046833
Branch: androidx-main
commit 9082f62682f853ad5251a1c79dde9eccba7abdd9
Author: Max Alfonso-Ying <maxying@google.com>
Date: Thu Apr 18 00:34:40 2024
[M2 text field] Apply background to decoration box
...instead of to the BasicTextField, so changing the
backgroundColor will properly change the decoration
box's background color.
Fixes:
Test: added unit tests
Relnote: "Fix backgroundColor not applying to
TextFieldDecorationBox and OutlinedTextFieldDecorationBox.
Decoration boxes now accept a `shape` parameter."
Change-Id: I371c26718597cb36ac537e9412ce476532afb40d
M compose/material/material/api/current.txt
M compose/material/material/api/restricted_current.txt
M compose/material/material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/TextFieldDecorationBoxDemos.kt
M compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/textfield/TextFieldDecorationBoxTest.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/OutlinedTextField.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/TextField.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/TextFieldDefaults.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/TextFieldImpl.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):