Blank lines at start of note skipped by Up arrow

Steps to reproduce

  1. Create an item with a note whose first line is blank. For example:
  • Foo
    [blank line]
    Bar2
    Bar3
  1. Place cursor at Bar2
  2. Hit Up arrow

Expected result

Cursor moves to the previous (blank) line of the note.

Actual result

Cursor skips blank lines straight to the item title ā€œFoo.ā€

Environment

Chrome/macOS

Additional comments

This might have been by design, but I definitely think the behavior should be fixed/changedā€”it bites me countless times daily.

1 Like

Iā€™m not sure but it might be because of the same thing as this one: Down arrow at end of second to last line skips last line

@Shida what would you think?

Thatā€™s actually a completely different bug where the newline character doesnā€™t add into our measured size of the box because of Chrome.

A patch is ready and it will be deployed soon.

2 Likes