зеркало из https://github.com/mozilla/gecko-dev.git
Fix property name so that autocomplete works correctly in Thunderbird/Seamonkey. Bug 305654, r+sr=mscott
This commit is contained in:
Родитель
e20adc4401
Коммит
5de00b1466
|
@ -1119,10 +1119,10 @@
|
|||
this.value = aValue;
|
||||
var evt = document.createEvent("UIEvents");
|
||||
evt.initUIEvent("input", true, false, window, 0);
|
||||
var oldIgnoreInput = this.mIgnoreInputEvent;
|
||||
this.mIgnoreInputEvent = true;
|
||||
var oldIgnoreInput = this.ignoreInputEvent;
|
||||
this.ignoreInputEvent = true;
|
||||
this.dispatchEvent(evt);
|
||||
this.mIgnoreInputEvent = oldIgnoreInput;
|
||||
this.ignoreInputEvent = oldIgnoreInput;
|
||||
]]></body>
|
||||
</method>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче