merochat icon indicating copy to clipboard operation
merochat copied to clipboard

Let the user type their message when connectivity has been lost

Open Juggo0 opened this issue 1 year ago • 5 comments

When the connection to the server is lost, the focus from the message text bar is immediately removed, and cannot be re-focused until connectivity is restored. This is annoying behavior as the user might be mid writing a message, or might want to type, since losing connection shouldn't affect their ability to write.

It should be changed to either:

  • Have the ability to write, but not the ability to send the message until connection is restored. (Still a bit annoying, but much better) Or
  • Have the ability to send the message, but only actually be sent once the connection is restored. (Optimal solution)

Juggo0 avatar Sep 13 '23 21:09 Juggo0