feat(browser): add path autocompletion and align popover with location entry - #388
Open
JoeJoeflyn wants to merge 1 commit into
Open
JoeJoeflyn wants to merge 1 commit into
JoeJoeflyn wants to merge 1 commit into
Conversation
JoeJoeflyn
force-pushed
the
feat/location-path-completion
branch
2 times, most recently
from
September 6, 2026 06:31
54797a7 to
62997c6
Compare
Defer the initial popup until the hidden location entry receives its first allocation so the suggestion list matches the input width. Suppress the synchronous text-change refresh while activating a suggestion so dismissal stays within one frame. Refs lgse#217
JoeJoeflyn
force-pushed
the
feat/location-path-completion
branch
from
September 6, 2026 06:47
62997c6 to
07c6acc
Compare
Closed
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.
Description
Adds path autocompletion to the location bar with live directory suggestions, keyboard navigation, and exact popover width alignment.
↑/↓,PageUp/PageDown,Tab,Enter,Esc) with automatic scrolling into view.~/home paths.Visual evidence
N/A (UI layout alignment and navigation polish)
How to test
Ctrl+Lto open the location bar.~/or/or/home/).↓,↑,PageDown, andPageUpto navigate through suggestions; verify the list automatically scrolls and aligns directly under the entry without overlapping.Tabto complete the selected path or common prefix.Enterto navigate to the path.Expected result:
Suggestions popover cleanly displays directly below the location entry matching its width, scrolls through items smoothly, and auto-completes paths on Tab/Enter.
Related issue
Fixes path autocompletion UX in location entry.
