mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 583341 - 'Lose' focus if MeeGoTouch VKB is closed by the user [r=mfinkle]
This commit is contained in:
parent
a5964a06a7
commit
a1f29a7bda
@ -37,8 +37,18 @@
|
||||
this.readOnly = false;
|
||||
]]>
|
||||
</handler>
|
||||
<handler event="text" phase="bubbling"
|
||||
action="if (this.mController.input == this) this.mController.handleText();"/>
|
||||
<handler event="text" phase="bubbling">
|
||||
<![CDATA[
|
||||
if (this.mController.input == this)
|
||||
this.mController.handleText();
|
||||
]]>
|
||||
</handler>
|
||||
<handler event="blur" phase="capturing">
|
||||
<![CDATA[
|
||||
// suppress disconnect of autocomplete controller
|
||||
this._dontBlur = true;
|
||||
]]>
|
||||
</handler>
|
||||
</handlers>
|
||||
</binding>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user