Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
796 stars 100 forks source link

Preserve autocompleted URL #1407

Closed felipeerias closed 4 months ago

felipeerias commented 4 months ago

Ensure that the editor action listener in the URL bar gets called before the focus is cleared, otherwise the autocompleted text will have been lost by the time we try to use it to navigate.

Fixes #1267