TypeCellOS / TypeCellOS/BlockNote
Side menu "Add block" (+) not usable with keyboard (hover-only, Tab captured, Enter/Space)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 10.2k
- Forks
- 772
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 17
Description
Discussed in https://github.com/TypeCellOS/BlockNote/discussions/2577
Originally posted by Ovgodd March 20, 2026
What’s broken?
Problem
The “Add block” (+) and the 6 dots optionbutton in the left margin:
- Mostly appears on mouse hover : little or no access with keyboard only.
- Tab rarely reaches it: the editor captures Tab for indenting blocks, with no exception for the side menu
- Enter / Space often don’t open the insert menu when the handler is on the icon instead of the actual button.
What did you expect to happen?
The + button should appear and be reachable without mouse hover, Tab should focus it when the side menu is visible, and Enter/Space should open the insert menu like a click, including with a screen reader.
Steps to reproduce
- Open a document without hovering the margin.
- Move the caret with the keyboard : the + is often missing.
- If it appears (e.g. after hover), press Tab : focus often goes on and then disapears
- If focus is on +, Enter or Space : insert menu doesn’t always open.
BlockNote version
No response
Environment
No response
Additional context
- Show the side menu when the caret / selection is in a block (not only on
mousemove), and don’t hide it on Tab / arrow keys. - Don’t capture Tab for nesting while the side menu is shown
- Attach
onClicktoSideMenu.Button, not only the inner icon.
Contribution
- I'd be interested in contributing a fix for this issue
Sponsor
- 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 locating the side-menu implementation, especially SideMenu.Button and the editor's Tab keyboard handling. Reproduce the issue using only caret movement, Tab, Enter, and Space without hovering. Done means the side menu appears for the focused block, remains reachable by keyboard, and its buttons open the expected menu through keyboard and screen-reader interaction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100