mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 460466 Clicking on autocompleted <input> disables autocomplete for that window r=Callek NPOTB
This commit is contained in:
parent
cff4d6c214
commit
18f4d49483
@ -1628,7 +1628,6 @@
|
||||
this.tree.view = aInput.controller;
|
||||
this.view = this.tree.view;
|
||||
this.showCommentColumn = aInput.showCommentColumn;
|
||||
this.input = aInput;
|
||||
this.invalidate();
|
||||
|
||||
var viewer = aElement
|
||||
@ -1647,6 +1646,8 @@
|
||||
? nsIPopupBoxObject.ROLLUP_CONSUME
|
||||
: nsIPopupBoxObject.ROLLUP_NO_CONSUME);
|
||||
this.openPopup(aElement, "after_start", 0, 0, false, false);
|
||||
if (this.state != "closed")
|
||||
this.input = aInput;
|
||||
}
|
||||
]]></body>
|
||||
</method>
|
||||
|
Loading…
Reference in New Issue
Block a user