Writing Flow: Cannot type after clicking below writing prompt in new post #17776
Labels
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
[Type] Regression
Related to a regression in the latest release
Describe the bug
Previously, when starting a new post, you could click anywhere in the blank space and start typing immediately. Currently, this does not work as expected.
For context, this behavior was originally implemented to mimic the behavior of other editors and text fields (e.g. the empty space below the first line of text in the comment field textarea on this page).
There's even an end-to-end test which is falsely passing which is expected to enforce this behavior of immediately typing after clicking in the space below the writing prompt:
gutenberg/packages/e2e-tests/specs/adding-blocks.test.js
Lines 33 to 35 in f68a107
To reproduce
Steps to reproduce the behavior:
Expected behavior
A new paragraph is created, and typing results in characters added to the paragraph.
Desktop:
Additional context:
Ideas for suspected causes:
Presumably, the behavior worked based on the following steps:
The text was updated successfully, but these errors were encountered: