Skip to content

[RichText] if keyboard is up and another RichText is tapped into, keyboard is dismissed #291

@mzorz

Description

@mzorz

To Test:

  1. launch the demo app from scratch
  2. Tap on a RichText block: Welcome to Gutenberg
  3. observe the cursor appears, the block gets selected, the keyboard appears and the editor toolbar reflects the Heading style
  4. now tap into Hello World
  5. observe the cursor appears there, the block gets selected, the editor toolbar reflects the text style, but the keyboard gets hidden.

keyboard_problem

What should happen?

  1. the keyboard should not go away when tapping on an editable component.

Observe that the contrary (jumping from PlainText to RichText) does not happen:

  1. launch the demo app from scratch
  2. tap on a PlainText based component, for example Code block
  3. observe the keyboard appears, cursor blinks
  4. now tap on a RichText component
  5. observe the keyboard is not dismissed.

Where

This is observable both on the emulator and on a real device (Google Pixel 8.1)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions