Writing flow: Horizontal arrow navigation doesn't work on non-text input
s
#32715
Labels
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
[Status] In Progress
Tracking issues with work in progress
Related #32712 #32713
Description
Writing flow navigation with the left/right keys does not work with non-text
input
elements, such ascheckbox
andbutton
.gutenberg/packages/block-editor/src/components/writing-flow/use-arrow-nav.js
Line 48 in 108633a
Step-by-step reproduction instructions
<input type="button" />
to the edit component of a Core block, such asCode
. If necessary, flexbox the container so the buttons are horizontally aligned.Expected behaviour
The keyboard focus moves to the second button.
Actual behaviour
Nothing happens, and I cannot move the focus to the next button.
Screenshots or screen recording (optional)
WordPress information
Latest
trunk
in wp-env container.Device information
The text was updated successfully, but these errors were encountered: