Skip to content

ios: Keyboard can briefly reappear after "Share" is tapped and before the share sheet appears #591

Open
@chrisbobbe

Description

@chrisbobbe

(This is a milder version of #24, I think; the main symptom of #24 seems to have been fixed in an iOS update.)

If the topic or content input in the compose box was focused when you long-pressed a message, then this sequence is reproducible:

  1. The message action sheet opens in response to your long-press
  2. At the same time, the keyboard goes away
  3. You tap "Share", and the message action sheet closes
  4. The keyboard briefly reappears and disappears
  5. The share sheet appears

It would be good to eliminate step 4.

The keyboard's entrance and exit are unnecessary and unexpected changes of context, so I'm labeling this as an accessibility issue (a-a11y). (The cognitive burden is particularly relevant for our users who are easily distracted, for example. It's also possible that some annoyance or confusion is created for screen-reader users; I haven't tested so I'm not sure.)

Here is a recording of the behavior, helpfully provided by @Khader-1 on issue #24:

Simulator Screen Recording - iPhone 15 Pro Max - 2024-03-24 at 12 22 59

Metadata

Metadata

Assignees

No one assigned

    Labels

    a-a11yAccessibilitya-iOSIssues specific to iOS, or requiring iOS-specific workupstreamWould benefit from work in Flutter or another upstream

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions