Editor: cannot place cursor before/after a table at document edges #335
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#335
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
When a table is the only block on a page (or the first/last block), there is no way to place the cursor before or after it -- neither by mouse nor by arrow keys. Users cannot add a paragraph above/below the table.
Reported by Stefan on 2026-08-15 while working with v0.15.0 on a production instance.
Likely cause
ProseMirror needs the
Gapcursorextension to offer a cursor position adjacent to block nodes that have no text position of their own. Either it is missing from our editor setup or it does not cover this case.Scope
Acceptance criteria