зеркало из https://github.com/mozilla/pjs.git
Fix for 27197, Profile Selection Dialog does not support Enter and Esc keys for buttons. r=mscott.
This commit is contained in:
Родитель
a6902973c5
Коммит
6d45ed5660
|
@ -44,6 +44,11 @@
|
|||
<html:script language="javascript" src="chrome://profile/content/profileSelection.js"/>
|
||||
<html:script language="javascript" src="chrome://profile/content/profileManager.js"/>
|
||||
|
||||
|
||||
<keyset id="keyset">
|
||||
<key id="fooKey" key="s" xulkey="true" shift="true" onkeydown="foo()"/>
|
||||
</keyset>
|
||||
|
||||
<toolbar class="decorated header" align="horizontal">
|
||||
<titledbutton id="profileIcon" class="button28"/>
|
||||
<box align="vertical">
|
||||
|
@ -142,8 +147,4 @@
|
|||
<spring flex="100%"/>
|
||||
<html:div id="progress"/>
|
||||
</toolbar>
|
||||
|
||||
<keyset>
|
||||
<key id="fooKey" key="s" xulkey="true" shift="true" onkeydown="foo()"/>
|
||||
</keyset>
|
||||
</window>
|
||||
|
|
Загрузка…
Ссылка в новой задаче