signalapp / Signal-iOS

A private messenger for iOS.
https://signal.org
GNU Affero General Public License v3.0
10.72k stars 2.99k forks source link

Sending a message does not reset the keyboard input pane #5564

Closed ddxor closed 1 year ago

ddxor commented 1 year ago

As a user, when I send a message, my keyboard layout should reset to the default input pane, so that I am not jarred by a user experience inconsistent with iOS norms.

Steps to reproduce:

(Using the default keyboard)

  1. Compose the following message to your friend: “Signal is great!”
  2. Tap send icon
  3. Observe that you’re still on the special characters (“123”) input pane.

What is expected:

  1. When tapping send icon, keyboard pane resets to default pane. (“ABC”)

Why this is expected:

  1. This is the norm on iOS messengers. E.g. iMessage, WhatsApp, etc.
  2. Not having this proves frustrating for the user experience.
  3. Consistently intuitive user experience is key to adoption.
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been closed due to inactivity.

ddxor commented 11 months ago

Credit to @ahmermughal this issue has a fix. Would like to reopen and have it merged.