Multi-Selection: Arrow Up/Down when all blocks multi-selected #5523
Labels
[Feature] Block Multi Selection
The ability to select and manipulate multiple blocks
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
[Type] Bug
An existing feature does not function as intended
Milestone
Regression of #3745
Steps to Reproduce:
Expected:
Focus transitions to the title (up) or default block appender (down).
Actual:
Nothing happens.
Implementation Suggestion:
This logic in
WritingFlow
needs to be made less specific to blocks and instead reusegetClosestTabbable
(enhanced in #5513):gutenberg/editor/components/writing-flow/index.js
Lines 115 to 122 in 6332d40
this.getClosestTabbable( target, isReverse )
placeCaretAtHorizontalEdge( closestTabbable, isReverse );
The text was updated successfully, but these errors were encountered: