104993 - unable to select item in xul menulist [popup list/combobox] in dialogs, r=ben, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2001-11-21 07:23:21 +00:00
parent 89b6f01cc4
commit 50f94e5513

View File

@ -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>