зеркало из https://github.com/mozilla/gecko-dev.git
Bug 758288 - "Warning: function onKeyPress does not always return a value" for autocomplete.xml, r=enn.
This commit is contained in:
Родитель
f027794115
Коммит
975bb9343d
|
@ -441,7 +441,7 @@
|
|||
<parameter name="aEvent"/>
|
||||
<body><![CDATA[
|
||||
if (aEvent.target.localName != "textbox")
|
||||
return; // Let child buttons of autocomplete take input
|
||||
return false; // Let child buttons of autocomplete take input
|
||||
|
||||
//XXXpch this is so bogus...
|
||||
if (aEvent.defaultPrevented)
|
||||
|
|
Загрузка…
Ссылка в новой задаче