- Set up a text field with a placeholder
- Set up on_enter which clears the text
- Run app
- Type some text
- Press enter
Expected: cursor is at the start
Actual: Cursor is in the middle of the placeholder.
I'd fix it myself but I'm tired right now. Filing so that it doesn't get forgotten.
This causes bad interactions wth set_surrounding_text btw, but at least nothing crashes, even when the cursor falls in the middle of a code point.
Expected: cursor is at the start
Actual: Cursor is in the middle of the placeholder.
I'd fix it myself but I'm tired right now. Filing so that it doesn't get forgotten.
This causes bad interactions wth set_surrounding_text btw, but at least nothing crashes, even when the cursor falls in the middle of a code point.