airdcpp-web / airdcpp-webclient

Communal peer-to-peer file sharing application for file servers/NAS devices
https://airdcpp-web.github.io
175 stars 32 forks source link

Text duplication in chat #387

Closed Alfsvag closed 3 years ago

Alfsvag commented 3 years ago

Current UI and client versions:

AirDC++w 2.11.0 x86_64

Android, Chrome 89.0.4389.86

Operating system

Docker

Steps to reproduce the issue:

When writing a text message in the chat, if I move the marker back to edit the message, as soon as I hit space all the text after the marker is replaced with the full message -the letters after the marker on the current word. For instance "A te,st message" (, is marker) if I hit space I get "A te A te message"

I don't get this issue in the latest Firefox browser.

peps1 commented 3 years ago

Your test with Chrome and Firefox are both on Android? I'm not too familiar with the WebUI to say if this behavior is possible, but are you sure it's not just some kind of auto complete feature of your android keyboard that is messing this up? Are you using stock android keyboard?

maksis commented 3 years ago

Does this happen with any other text area when using the same browser?

Possible text fields to test:

maksis commented 3 years ago

@Alfsvag is this still happening?

maksis commented 3 years ago

Closing due to inactivity