feat: editable Netscape location bar with Go to: label #12
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/editable-location-bar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Typing over the URL and hitting Enter now feeds the same resolve path
as File > Open Location (extracted into gotoLocation), complete with
the fake DNS and 404 dialogs. The label flips Location: -> Go to:
while editing, as real Netscape 3.x did, and flips back on page load.
Escape cancels the edit (guarded from the session's quit handler) and
blur restores the current URL; clicks no longer leak to the terminal's
click-to-focus handler.