mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 878619 - Pressing Enter after pasting into navbar r=mbrubeck
--HG-- extra : rebase_source : 2ba31ca33167527470a46dd30aec7e3a39fca821
This commit is contained in:
parent
58295f818b
commit
f2bb47175d
@ -288,6 +288,7 @@
|
||||
completeselectedindex="true"
|
||||
placeholder="&urlbar.emptytext;"
|
||||
flex="1"
|
||||
onpaste="this.focus();"
|
||||
ontextentered="BrowserUI.handleUrlbarEnter(param);"
|
||||
onkeydown="BrowserUI.navEditKeyPress();"
|
||||
onblur="BrowserUI._urlbarBlurred();"/>
|
||||
|
Loading…
Reference in New Issue
Block a user