Bug 418243 - Removing active autocomplete textbox breaks all autocomplete functionality. r=gavin, b1.9=beltzner, a1.9=beltzner. Fixes Bug 404135 - 'Restore Default Set' in 'customize toolbar' window breaks the location bar (autocomplete, submitting) and the search bar (autocomplete)

git-svn-id: svn://10.0.0.236/trunk@250110 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edward.lee%engineering.uiuc.edu
2008-04-12 06:07:09 +00:00
parent b9c6bed1a8
commit 338c8514fc

View File

@@ -309,8 +309,7 @@
<method name="attachController">
<body><![CDATA[
if (this.mController.input != this)
this.mController.input = this;
this.mController.input = this;
]]></body>
</method>