You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure since when, adding a paragraph block no longer moves the focus to the input itself, but rather a "parent"-ish block wrapper. Pressing Enter can no longer continue the writing experience either. See the below screencast for more info.
I haven't bisected the exact commit that causes this issue, but this feels unintentional and seems like a regression to me. It might be related to some focus-related work being done recently like #28191 and #28962. Pinging @youknowriad here for more insights 😉 .
Step-by-step reproduction instructions
Go to the post editor by adding a new post
Add the first paragraph
Hit Enter to start a new paragraph
Type something and observe that the focus is not within the input hence no characters are being typed to the screen.
Expected behaviour
Should be able to add/edit content more smoothly.
Actual behaviour
The writing flow is blocked by unfocused inputs.
Screenshots or screen recording (optional)
Kapture.2021-02-23.at.18.40.55.mp4
WordPress information
WordPress version: trunk
Gutenberg version: master
Are all plugins except Gutenberg deactivated? Yes
Are you using a default theme (e.g. Twenty Twenty-One)? Yes
Device information
Device: Desktop
Operating system: macOS
Browser: Chrome
The text was updated successfully, but these errors were encountered:
I'm not seeing this either. One time, when I was seeing what I thought was a regression, it resolved when I restarted npm run dev (which clears the build directories).
Description
Not sure since when, adding a paragraph block no longer moves the focus to the input itself, but rather a "parent"-ish block wrapper. Pressing Enter can no longer continue the writing experience either. See the below screencast for more info.
I haven't bisected the exact commit that causes this issue, but this feels unintentional and seems like a regression to me. It might be related to some focus-related work being done recently like #28191 and #28962. Pinging @youknowriad here for more insights 😉 .
Step-by-step reproduction instructions
Expected behaviour
Should be able to add/edit content more smoothly.
Actual behaviour
The writing flow is blocked by unfocused inputs.
Screenshots or screen recording (optional)
Kapture.2021-02-23.at.18.40.55.mp4
WordPress information
Device information
The text was updated successfully, but these errors were encountered: