scenario 1: Steps for reproducing:
- load https://prosemirror.net/
- select entire content (use ctrl+a to select it or using the mouse)
- press left-arrow/right-arrow key
Behavior: the cursor is placed at the beginning or at the end of the current document
scenario 2: Steps for reproducing:
- load https://prosemirror.net/
- select entire content (use ctrl+a to select it or using the mouse)
- press up-arrow/down-arrow key
Behaviors:
a. nothing happens if you used ctrl+al to select
b. the cursor is placed at the beginning or at the end of the current document if you used the mouse to select the document content
Could be fixed those scenarios to have the same behavior?