зеркало из https://github.com/mozilla/pjs.git
Bug 353306 Can't type into editable menulists r=enndeakin
This commit is contained in:
Родитель
a4a1d28d69
Коммит
ecb72b4b14
|
@ -36,11 +36,13 @@
|
|||
]]>
|
||||
</handler>
|
||||
|
||||
<handler event="keypress" phase="target">
|
||||
<handler event="keypress">
|
||||
<![CDATA[
|
||||
this.menuBoxObject.activeChild = this.selectedInternal;
|
||||
if (this.menuBoxObject.handleKeyPress(event))
|
||||
this.menuBoxObject.activeChild.doCommand();
|
||||
if (event.originalTarget == this) {
|
||||
this.menuBoxObject.activeChild = this.selectedInternal;
|
||||
if (this.menuBoxObject.handleKeyPress(event))
|
||||
this.menuBoxObject.activeChild.doCommand();
|
||||
}
|
||||
]]>
|
||||
</handler>
|
||||
</handlers>
|
||||
|
|
|
@ -36,11 +36,13 @@
|
|||
]]>
|
||||
</handler>
|
||||
|
||||
<handler event="keypress" phase="target">
|
||||
<handler event="keypress">
|
||||
<![CDATA[
|
||||
this.menuBoxObject.activeChild = this.selectedInternal;
|
||||
if (this.menuBoxObject.handleKeyPress(event))
|
||||
this.menuBoxObject.activeChild.doCommand();
|
||||
if (event.originalTarget == this) {
|
||||
this.menuBoxObject.activeChild = this.selectedInternal;
|
||||
if (this.menuBoxObject.handleKeyPress(event))
|
||||
this.menuBoxObject.activeChild.doCommand();
|
||||
}
|
||||
]]>
|
||||
</handler>
|
||||
</handlers>
|
||||
|
|
Загрузка…
Ссылка в новой задаче