WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10k stars 4.02k forks source link

List block: Caret moves to the end of the list item inconsistently #62224

Open jasmussen opened 1 month ago

jasmussen commented 1 month ago

When you have paragraphs of two lines or more in list items, and move the caret using the down arrow key through these, when there's only a single line of text on the line, arrow-down will go to the next item. When there are two lines of text, or more, the caret will first go to the next line, then the end of that line, and then to the next list item. This behavior is shown in the following gif:

caret moves to the end in this list

This seems inconsistent. Shouldn't the caret always go to the next line, or always go to the end of the line of text first?

jasmussen commented 1 month ago

@ellatrix perhaps you know?