android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
20.22k stars 4.81k forks source link

[Bug]: BaseTextField is incompatible with the full-screen mode of the Input Method Editor (IME). #1490

Open tinybright opened 3 weeks ago

tinybright commented 3 weeks ago

Is there an existing issue for this?

Is there a StackOverflow question about this issue?

Is this an issue related to one of the samples?

Sample app

Jetchat

What happened?

In Jetpack Compose, there is an incompatibility between the TextField and the IME's fullscreen mode. When pressing the delete character button in the IME, the cursor moves back, but the characters in the preview are not deleted, even though the characters have actually been removed.

video

https://github.com/user-attachments/assets/354d73e6-7a98-41f6-bff6-772674537c65

ime

sougoushurufasbb_v3.3.5.2307071528_2265.com.apk.zip

Relevant logcat output

No response

Code of Conduct