amethyst icon indicating copy to clipboard operation
amethyst copied to clipboard

RichText Bug while removing chars [Video]

Open KushGene opened this issue 2 years ago • 2 comments

Using Pixel 7 with GrapheneOS. Amethyst 0.11.0

Watch Video for demo. https://youtube.com/shorts/N5YIPm-ROtg

If writing, and removin chars, the Spacey between the words will be removed too sometimes.

KushGene avatar Jan 27 '23 08:01 KushGene

Hum.. does this happen with other words? It looks like an autocompletion gone wrong. I don't think we change the text in any way that would create this bug. Hum...

vitorpamplona avatar Jan 27 '23 12:01 vitorpamplona

I have the problem only with Amethyst. And it is also caused with every word. Maybe Create an Event which triggers if removing chars, which doesnt have this issue? Last time I coded stuff was 3-4 years ago and C#, so I dont know whats possible here ^^ But I think you probably need to override an Event/Function which is used for deleting chars in a textbox.

KushGene avatar Jan 27 '23 17:01 KushGene

This is happening to me as well. Only in Amethyst.

anton-isidore avatar Feb 14 '23 02:02 anton-isidore

Does it happen on other input fields, like on messages or chats, or on the search bar?

vitorpamplona avatar Feb 14 '23 02:02 vitorpamplona

I have just tried in search bar and it is happening as well.

anton-isidore avatar Feb 14 '23 13:02 anton-isidore

Hum... that means it's probably an Android Compose bug. We will need to wait for Google to release a fix. :(

vitorpamplona avatar Feb 14 '23 13:02 vitorpamplona

This is an issue only with the default keyboard of GrapheneOS not working well with the Jetpack Compose UI library. Changing the keyboard to a more modern one fixes this.

More: https://github.com/vitorpamplona/amethyst/issues/154

vitorpamplona avatar Feb 02 '24 22:02 vitorpamplona