TypeCellOS / TypeCellOS/BlockNote
Tab does not work when highlighting multiple items
Open
Nobody has claimed this yet.
bug:P3
- Dominant language
- TypeScript
- Stars
- 10.2k
- Forks
- 772
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 17
Description
Describe the bug
When I highlight multiple items and press tab, I expect the "indent" operation to be performed. Instead, nothing happens (or I even get tab focus shifted)
To Reproduce
- Go to https://www.blocknotejs.org/examples/basic/minimal
- Add a list like 1, 2, 3, 4
- Highlight 2, 3 using your cursor
- Press tab
Misc
- Node version:
- Package manager: Yarn
- Browser: Chrome
- I'm a sponsor and would appreciate if you could look into this sooner than later 💖
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the behavior in the linked minimal example with a multi-item selection, then trace the editor's Tab handling for that selection. Done means pressing Tab indents the highlighted items instead of doing nothing or moving focus; the payload does not name a file or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100