Navigation mode: strange arrow key behaviour in nested blocks #30155
Closed
Description
opened on Mar 23, 2021
Create a column block with a paragraph in one of the columns and leave the paragraph selected. Press Esc to enter navigation mode.
- Arrow up and down don't do anything.
- Arrow right doesn't do anything.
- Arrow left selects the column, which seems reasonable.
Now that the column is selected:
- Arrow down selects the next column... This is strange. I expect something downwards to be selected.
- Arrow right selects the paragraph inside the column. I expect the column to the right to be selected.
- Arrow up doesn't do anything.
- Arrow left selects the columns block, which again seems reasonable.
I would expect navigation mode to work more similarly like edit mode. Maybe we should reuse writing flow to also handle arrow navigation for navigation mode?
Activity