Skip to content

fix: support skip to main link in tree and non-editor views - #8046

Closed
Noxtimo wants to merge 2 commits into
jupyter:mainfrom
Noxtimo:fix/skip-to-main-tree-view
Closed

fix: support skip to main link in tree and non-editor views#8046
Noxtimo wants to merge 2 commits into
jupyter:mainfrom
Noxtimo:fix/skip-to-main-tree-view

Conversation

@Noxtimo

@Noxtimo Noxtimo commented Aug 29, 2026

Copy link
Copy Markdown

Fixes #6969

The Skip to Main accessibility link previously targeted only #main-panel .jp-InputArea-editor, throwing a TypeError on /tree and file editor views where no notebook cells are present. This PR adds fallback focus targets (.jp-DirListing-content, .cm-content, currentWidget, #main-panel) so keyboard navigation works reliably across all views.

@github-actions

Copy link
Copy Markdown
Contributor

Binder 👈 Launch a Binder on branch Noxtimo/notebook/fix%2Fskip-to-main-tree-view

@Noxtimo
Noxtimo force-pushed the fix/skip-to-main-tree-view branch from 4753e75 to e57fab6 Compare September 3, 2026 20:09
@Noxtimo Noxtimo closed this by deleting the head repository Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skip to main in tree view

1 participant