fix bug 70958 Profile Migration Doesn't Work With Keyboard
patch by bzbarsky@mit.edu r=ksosez sr=alecf git-svn-id: svn://10.0.0.236/trunk@89000 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
62cc31c8d0
commit
984ff6f935
@ -47,6 +47,7 @@ function onLoad()
|
||||
}
|
||||
|
||||
cancelButton.setAttribute( "class", ( cancelButton.getAttribute( "class" ) + " padded" ) );
|
||||
okButton.focus();
|
||||
centerWindowOnScreen();
|
||||
}
|
||||
|
||||
|
||||
@ -22,6 +22,8 @@
|
||||
<html:script language="javascript" src="chrome://communicator/content/profile/confirmMigration.js"/>
|
||||
<html:script language="javascript" src="chrome://global/content/strres.js"/>
|
||||
|
||||
<keyset id="keyset"/>
|
||||
|
||||
<box>
|
||||
<box orient="vertical">
|
||||
<image class="message-icon"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user