codex-team / codex-team/editor.js
Extending selection using cursor keys is incomplete
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Currently extending selection using cursor keys is incomplete.
Steps to reproduce:
1. Create several blocks (preferably paragraphs containing text)
2. Navigate to one of the centermost blocks
3. Try extending the current select upward using either Ctrl+Shift+Up or Ctrl+Shift+PgUp
4. Try extending the current select downward using either Ctrl+Shift+Down or Ctrl+Shift+PgDn
Expected behavior:
- Ctrl+Shift+Up would extend the selection to the start of document
- Ctrl+Shift+PgUp would extend the selection to up by one page
- Ctrl+Shift+Down would extend the selection to end of document
- Ctrl+Shift+PgDn would extend the selection down by one page
Device, Browser, OS:
Windows 10, Chromium Edge
Editor.js version:
Tested with 2.18 and master current.
Plugins you use with their versions:
Editor without custom plugins.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.