зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1489440 - Disable autocomplete in the XUL autocomplete bindings. r=dao
With the patch above we do find the input element, and try to autocomplete it normally, which confuses some tests. Differential Revision: https://phabricator.services.mozilla.com/D17143 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
375a43132d
Коммит
835a776787
|
@ -18,6 +18,7 @@
|
|||
<children/>
|
||||
<html:input anonid="input" class="textbox-input"
|
||||
allowevents="true"
|
||||
autocomplete="off"
|
||||
xbl:inherits="value,type=inputtype,maxlength,disabled,size,readonly,placeholder,tabindex,accesskey,mozactionhint"/>
|
||||
</xul:moz-input-box>
|
||||
<children includes="hbox"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче