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
Родитель 89b6f01cc4
Коммит 50f94e5513
1 изменённых файлов: 3 добавлений и 3 удалений

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

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