Author: jmagne
Update of /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5915
Modified Files:
ESC.js
Log Message:
Simple refinement to fix of #469867, Cannot use arrow keys to move between cards in the main ESC screen.
Index: ESC.js
===================================================================
RCS file: /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc/ESC.js,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ESC.js 17 Mar 2010 00:43:52 -0000 1.30
+++ ESC.js 30 Mar 2010 20:49:49 -0000 1.31
@@ -1862,6 +1862,8 @@
window.setTimeout('ShowWindow()',250);
+ list.focus();
+
}
//Window related functions