Bug 570603 - Autocomplete should search while composing on Android [r=mfinkle]

This commit is contained in:
Jim Chen 2010-07-22 15:42:41 -04:00
parent 0a7e1891e8
commit 578ec8abc7

View File

@ -40,6 +40,8 @@
}
]]>
</handler>
<handler event="text" phase="bubbling"
action="if (this.mController.input == this) this.mController.handleText();"/>
</handlers>
</binding>