BACK-537 - Scroll the task detail pane with Shift+J/K without leaving the list - #771
Open
kossakovsky wants to merge 1 commit into
Open
BACK-537 - Scroll the task detail pane with Shift+J/K without leaving the list#771kossakovsky wants to merge 1 commit into
kossakovsky wants to merge 1 commit into
Conversation
… the list In the task-list view the detail pane can only be scrolled after moving focus into it (right/l or Enter). Bind Shift+J / Shift+K as screen-level shortcuts that scroll the detail pane body from either pane, so the list keeps focus while long descriptions are read. The shortcut is inert while filters are focused, a popup/modal is open, or there is no detail pane, and it never triggers the boundary jump into the search field. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
kossakovsky
force-pushed
the
tasks/back-537-detail-pane-scroll-keys
branch
from
July 22, 2026 14:10
05b6b63 to
d817464
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
In the task-list view the detail pane can only be scrolled after moving focus into it (
right/lorEnter). This bindsShift+J/Shift+Kas screen-level shortcuts that scroll the detail pane body from either pane, so the list keeps focus while long descriptions are read.j/klist navigation is untouched (uppercase-only bindings, following the existing['e','E','S-e']idiom)Related Issue or Task
Closes #769
Backlog task: BACK-537
Task Checklist
backlog/tasks/Testing
bunx tsc --noEmit— passedbun run check .— passed (324 files)bun test— 1670 passed + 2 intentional skips / 0 failed (188 files)src/test/task-viewer-detail-scroll.test.tscovers every branch of the new helper