Lagrange [release]

Focus behavior of the URL entry field

Jaakko Keränen

Sun Oct 11 08:15:03 2020 +0300

Opening a new tab will now set input focus to the URL field.

Switching tabs when the URL field is focused will select the full new URL.

There was an issue previously where selecting a bookmark while the URL field was focused would cause unexpected behavior. The URL was first unfocused and that would trigger the document to fetch the URL that was in the input field.

 src/app.c            |  5 ++++-
 src/ui/inputwidget.c | 10 ++++++++--
 src/ui/window.c      |  6 ++----
 3 files changed, 14 insertions(+), 7 deletions(-)
Diff (Colored)
Diff (Colored, Plain Text)
🔨 Patch
Parent d5727d4f
Repository