fix: multiple file selection on tab navigation#62482
Open
kristian-zendato wants to merge 1 commit into
Open
Conversation
kristian-zendato
requested review from
nfebe and
sorbaugh
and removed request for
a team
July 24, 2026 12:23
kristian-zendato
force-pushed
the
fix/multiple-file-selection-by-keyboard
branch
2 times, most recently
from
July 24, 2026 12:55
1382e6c to
38556bb
Compare
Signed-off-by: Kristian Zendato <kristian.zendato@nextcloud.com>
kristian-zendato
force-pushed
the
fix/multiple-file-selection-by-keyboard
branch
from
July 24, 2026 13:18
38556bb to
b102334
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
3. to review, feature component)stable32)AI (if applicable)