Fixed
Status Update
Comments
pe...@gmail.com <pe...@gmail.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
si...@google.com <si...@google.com>
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
commit 63200f57d188669b3849ab9c3789165587da374c
Author: Qingqing Deng <qqd@google.com>
Date: Fri May 07 15:23:27 2021
[Text Selection] Show Toolbar after SelectAll
Bug:185919613
Test: ./gradlew test
Test: manually tested
RelNote: Show Toolbar after SelectAll
Change-Id: I495d9fdb7c7e01cfd6085748cb5116e106906bb8
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/TextFieldSelectionManager.kt
M compose/foundation/foundation/src/test/kotlin/androidx/compose/foundation/text/selection/TextFieldSelectionManagerTest.kt
https://android-review.googlesource.com/1699383
Branch: androidx-main
commit 63200f57d188669b3849ab9c3789165587da374c
Author: Qingqing Deng <qqd@google.com>
Date: Fri May 07 15:23:27 2021
[Text Selection] Show Toolbar after SelectAll
Bug:185919613
Test: ./gradlew test
Test: manually tested
RelNote: Show Toolbar after SelectAll
Change-Id: I495d9fdb7c7e01cfd6085748cb5116e106906bb8
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/TextFieldSelectionManager.kt
M compose/foundation/foundation/src/test/kotlin/androidx/compose/foundation/text/selection/TextFieldSelectionManagerTest.kt
qq...@google.com <qq...@google.com>
ch...@motorola.com <ch...@motorola.com> #5
hi, google
Which compose version will contain the fix?
Which compose version will contain the fix?
Description
Component used:
BasicTextField
.Version used: Jetpack Compose beta04.
Devices/Android versions reproduced on: Any Android device.
Steps to reproduce:
BasicTextField
content and wait for the selection menu to appear.Expected result:
All the content of the
BasicTextField
component should be selected and a new selection menu should appear letting the user copy or cut all the content selected.Actual result:
All the
BasicTextField
content is selected but the selection menu does not appear again so the user can't copy or cut it.Attached you'll find a video reproducing the error and another video showing the expected behavior the old Andorid EditText implements as expected.