mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
104993 - unable to select item in xul menulist [popup list/combobox] in dialogs, r=ben, sr=hyatt
This commit is contained in:
parent
89b6f01cc4
commit
50f94e5513
@ -242,9 +242,9 @@
|
||||
</implementation>
|
||||
|
||||
<handlers>
|
||||
<handler event="keypress" keycode="VK_ENTER" phase="capturing" action="this._hitEnter();"/>
|
||||
<handler event="keypress" keycode="VK_RETURN" phase="capturing" action="this._hitEnter();"/>
|
||||
<handler event="keypress" keycode="VK_ESCAPE" phase="capturing" action="this.cancelDialog();"/>
|
||||
<handler event="keypress" keycode="VK_ENTER" action="this._hitEnter();"/>
|
||||
<handler event="keypress" keycode="VK_RETURN" action="this._hitEnter();"/>
|
||||
<handler event="keypress" keycode="VK_ESCAPE" action="this.cancelDialog();"/>
|
||||
</handlers>
|
||||
|
||||
</binding>
|
||||
|
Loading…
Reference in New Issue
Block a user