(Multi-line) text editing on Compose is quite a mess since version 1.4 (at least on Android 🤖). I've been doing a lot of testing (and receiving user feedback over the last months) this evening and here's what I found, for those with heavy text editing in their apps like I do.
• Compose 1.4.3: cursor jumps around unexpectedly (
https://issuetracker.google.com/issues/288520654) + composition bug (
https://issuetracker.google.com/issues/287968426)
• Compose 1.5.4: still those bugs, because they were only fixed in alpha releases below
• Compose 1.6.0-alpha01: text selection handles issue (
https://issuetracker.google.com/issues/304566054)
• Compose 1.6.0-alpha02: fixes composition bug
• Compose 1.6.0-alpha08: finally fixes cursor jumping around (after 4 months)
• Compose 1.6-beta01 fixes text selection handles but introduces: crash when pasting text (
https://issuetracker.google.com/issues/311834126) keyboard not re-opening after closing (
https://issuetracker.google.com/issues/311437241) + other crashes
So it seems the latest 1.6.0 alpha (08) is the most capable (least worse) version if you're okay with the visual text selection handles issue. Seeing bug fixes only appear in alpha versions has been very disappointing over the last months. Hopefully 1.6 beta 2 will be a good one 🤞🏼.