Skip to content

[Beta]: Tab and Shift+Tab leave table cells instead of navigating #5065

Description

@felixfeng33
CleanShot.2026-08-04.at.17.18.46.mp4

Pressing Tab or Shift+Tab in a table cell moves browser focus out of the editor instead of navigating horizontally. The editor selection remains in the original cell.

This reproduces on both current surfaces:

  • deployed homepage (main behavior): 2/2 clean runs
  • local next at 2938677: 2/2 clean runs

Current origin/main is 45116fd. Its table keydown handler has no Tab/Shift+Tab path, matching the deployed behavior. next routes these keys through update.tab(), but the homepage still loses focus.

Expected behavior

Tab moves to the next table cell and Shift+Tab moves to the previous cell. Notion documents horizontal Tab navigation for simple tables: https://www.notion.com/en-gb/help/guides/simple-tables-vs-databases

Reproduction

  1. Open the homepage editor.
  2. Click inside the AI table cell.
  3. Press Tab.
  4. Click inside the checkmark cell.
  5. Press Shift+Tab.

Actual: focus moves to an editor UI button while the native selection stays in the same cell. No console errors are emitted.

Regression context: #1793 described the same focus-leaving behavior and was closed as completed; #413 originally added Tab/Shift+Tab table navigation.

Video is attached above.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions