Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard hides and shows when pressing enter quickly two times (only iOS) #57689

Open
fluiddot opened this issue Jan 9, 2024 · 0 comments
Open
Labels
[Feature] Writing Flow Block selection, navigation, splitting, merging, deletion... Mobile App - i.e. Android or iOS Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change) [Type] Bug An existing feature does not function as intended

Comments

@fluiddot
Copy link
Contributor

fluiddot commented Jan 9, 2024

Description

When creating a Paragraph block out of the bounds of the device screen, the content is automatically scrolled to make the block visible. In this specific case, and only in the iOS app, pressing the enter key two times quickly makes the keyboard hide and show.

Before the changes introduced in #57070, this issue could be easily reproduced simply by creating a Paragraph block. Seems the fix although covered most of the cases, didn't cover this one.

Step-by-step reproduction instructions

  1. Open the iOS app.
  2. Create a post.
  3. Add Paragraph blocks until reaching the bottom of the screen.
  4. Observe that the content is automatically scrolled when creating the last Paragraph block.
  5. Press enter two times quickly.
  6. Observe that the keyboard hides and shows during the transition of selecting the newly created Paragraph block.

Expected behaviour

The keyboard should remain open during the transition of creating a new Paragraph block.

Actual behaviour

The keyboard hides and shows during the transition of creating a new Paragraph block.

Screenshots or screen recording (optional)

ios-keyboard-show-hide.MP4

WordPress information

  • WordPress version: N/A
  • Gutenberg version: N/A
  • Are all plugins except Gutenberg deactivated? N/A
  • Are you using a default theme (e.g. Twenty Twenty-One)? N/A

Device information

  • Device: iPhone 11
  • Operating system: iOS 17.0.2
  • WordPress app version: Jetpack iOS 24.0.0.1
@fluiddot fluiddot added [Type] Bug An existing feature does not function as intended [Feature] Writing Flow Block selection, navigation, splitting, merging, deletion... Mobile App - i.e. Android or iOS Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change) labels Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Writing Flow Block selection, navigation, splitting, merging, deletion... Mobile App - i.e. Android or iOS Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change) [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

No branches or pull requests

1 participant