Keep selected Aliki search result visible - #1805
Draft
st0012 wants to merge 1 commit into
Draft
Conversation
st0012
requested a deployment
to
fork-preview-protection
August 31, 2026 18:25 — with
GitHub Actions
Waiting
st0012
force-pushed
the
codex/unify-aliki-search
branch
from
August 31, 2026 18:36
4e29cdc to
671dc73
Compare
st0012
force-pushed
the
codex/keep-aliki-search-selection-visible
branch
from
August 31, 2026 18:38
28d7cef to
09523fb
Compare
st0012
requested a deployment
to
fork-preview-protection
August 31, 2026 18:38 — with
GitHub Actions
Waiting
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.
Stacked on #1804.
On compact layouts, the search body owned scrolling while keyboard navigation continued to scroll the result list. Arrow-key selection moved, but the selected row could leave the visible panel.
Keep the result list as the scroll container in the compact layout, matching desktop. The existing search navigation now keeps the selected row visible without breakpoint-specific JavaScript or moving the page.