compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

Desktop: RTL empty TextField, incorrect cursor direction on focus gain

Open Romixery opened this issue 3 years ago • 1 comments

Hi, On desktop, when layout direction has been set to the RTL, empty text fields have incorrect cursor position when focus gain. But when start typing, the cursor has placed in the right direction.

image

Expected behavior: When the layout direction is RTL, the cursor should be in the right direction even text field is empty.

Romixery avatar Mar 01 '22 14:03 Romixery

fixed in https://github.com/JetBrains/compose-jb/issues/1950

eymar avatar Aug 05 '22 09:08 eymar