dorfteich/apps/web/src/editor/nodes
Claude Fable 5 753338f1be
Some checks failed
CI / Lint, typecheck, test (pull_request) Successful in 6m56s
CI / Auth e2e pack (pull_request) Failing after 2m26s
CI / Import/export fidelity gate (pull_request) Has been skipped
CI / Build container images (pull_request) Successful in 5m47s
Word-style Tab navigation in tables with an accessible exit (#338)
Tab used to fall through to the browser's focus navigation everywhere.
Inside tables it now moves cell-wise (Shift-Tab backwards) and appends a
new row from the last cell, Word-style. Outside tables every branch
returns false, so Tab keeps leaving the editor.

Capturing Tab inside tables needs a documented way out (WCAG 2.1.2):
Escape places the cursor after the table -- unlike the arrow keys, which
reach the gap cursor (#335) only from the table's edge cells, it works
from every cell, including from a cell selection. When no textblock
follows the table it falls back to the gap cursor position. The
mechanism is announced to assistive tech via an aria-describedby hint
on the editor surface (visually hidden, de+en).

e2e: cell round trip per Tab/Shift-Tab with typed markers, row append
from the last cell, and the full keyboard-only exit (Escape, then Tab
leaves the editor). The table specs now settle briefly after the insert
-- right after it the collab sync can swallow a click's selection
update, which had the markers landing in stale selections.

Closes #338

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012aoPvnakfBP28nAfijgUY9
2026-08-15 21:06:07 +02:00
..
date-marker.tsx #152: Datums-Marker >> (Zieldatum) / << (Startdatum) 2026-07-20 00:59:05 +02:00
image.tsx Add image paste and insert in the editor (#28) 2026-07-08 11:30:25 +02:00
lists.ts Add TipTap page editor with REST persistence (#25) 2026-07-06 11:08:43 +02:00
mention.tsx #150: @-Mentions — Inline-Node, instanzweite User-Suche, Autocomplete 2026-07-20 00:56:07 +02:00
plugin-block.tsx #160: Plugin-Block — Bearbeiten-Knopf nach Moduswechsel wieder da 2026-07-20 21:54:50 +02:00
table.ts Word-style Tab navigation in tables with an accessible exit (#338) 2026-08-15 21:06:07 +02:00
task-item.tsx #169: Nicht-Text-Inhalte — Task-Checkboxen, Wissensgraph 2026-07-21 14:35:16 +02:00
task-overview.tsx #168: Formulare — Fehler-Verdrahtung und Namenslücken 2026-07-21 14:26:54 +02:00
text-basics.ts Add editor section node; serialize pnpm CI jobs to fix runner flake 2026-07-11 10:08:41 +02:00
transclusion.tsx #146: Transparente Einbettung $[[Seite]] ohne Rahmen und Titel 2026-07-20 00:34:15 +02:00
wikilink.tsx Add wikilink node with autocomplete (#46) 2026-07-09 12:42:01 +02:00