зеркало из https://github.com/mozilla/pjs.git
Bug 310393: Hitting Enter in an empty searchbar shouldn't add an empty entry to its form history, r=mano
This commit is contained in:
Родитель
da25f80049
Коммит
883da3ff3e
|
@ -301,7 +301,7 @@
|
|||
<parameter name="aEvent"/>
|
||||
<body><![CDATA[
|
||||
// Save the current value in the form history
|
||||
if (!this.hasAttribute("disableautocomplete"))
|
||||
if (this.value && !this.hasAttribute("disableautocomplete"))
|
||||
this.formHistSvc.addEntry(this.getAttribute(
|
||||
"autocompletesearchparam"), this.value);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче