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
Родитель a7d43ca2f4
Коммит 76e3ce29c5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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