Skip to content

fix: multiple file selection on tab navigation#62482

Open
kristian-zendato wants to merge 1 commit into
masterfrom
fix/multiple-file-selection-by-keyboard
Open

fix: multiple file selection on tab navigation#62482
kristian-zendato wants to merge 1 commit into
masterfrom
fix/multiple-file-selection-by-keyboard

Conversation

@kristian-zendato

Copy link
Copy Markdown

Summary

Keyboard-only multi-select in the files list was broken: after selecting a file, focus was trapped between the “select all” checkbox and the batch actions overlay, so Tab/Shift+Tab could not reach file rows again (regression from #58457).

This removes the custom Tab/focusout focus trapping between the select-all checkbox and the first batch action button in FilesListTableHeader.vue and FilesListTableHeaderActions.vue, so focus follows the normal document order and keyboard multi-select works again.

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@kristian-zendato
kristian-zendato requested review from a team and skjnldsv as code owners July 24, 2026 12:23
@kristian-zendato
kristian-zendato requested review from nfebe and sorbaugh and removed request for a team July 24, 2026 12:23
@kristian-zendato
kristian-zendato force-pushed the fix/multiple-file-selection-by-keyboard branch 2 times, most recently from 1382e6c to 38556bb Compare July 24, 2026 12:55
Signed-off-by: Kristian Zendato <kristian.zendato@nextcloud.com>
@kristian-zendato
kristian-zendato force-pushed the fix/multiple-file-selection-by-keyboard branch from 38556bb to b102334 Compare July 24, 2026 13:18
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.

[accessibility] files: cannot select multiple files with keyboard only

1 participant