wireapp / wire

:wavy_dash: Overview of the open source code for Wire
https://wire.com
GNU General Public License v3.0
2.39k stars 173 forks source link

On-screen keyboard removes spaces incorrectly #393

Open burdges opened 1 year ago

burdges commented 1 year ago

As I said in https://github.com/wireapp/wire/issues/391#issuecomment-1580969742 the report bug button does not work, so I'll open an issue here.

I run Graphene OS, aka stock Android, without google play services. Wire imposes a buggy on-screen keyboard, which you can reproduce like:

  1. type at least two words like "cat dig" with a type-o in the last word, but before the last letter.
  2. press space to start another word,
  3. press back at least three time, like you wanted to change the "i" to an "o",
  4. wire incorrectly removes the space between the last two words, which gives "catdo". not the expected "cat d"

This bug never happens in other apps, only Wire.

MohamadJaara commented 3 weeks ago

Hi thanks for reporting, we are looking into this issue and apparently it is related to Compose TextField with ASOP keyboard.

this issue can be tracked on google issue tracker, but from our side we will look into it and see if there is anything we can do other than waiting for google to fix it

burdges commented 3 weeks ago

Alright cool. It's likely all the major chat apps like signal, whatsapp, element, etc provide a keyborad with emojis in some more customized way, while wire supports emojis the "offical android way" which is broken in ASOP. It's likely various other less well known chat apps have this problem too. Thanks!