diff roundup/cgi/templating.py @ 5006:bb97f61e1b73

Help-Window now gets focus
author Ralf Schlatterbeck <rsc@runtux.com>
date Tue, 01 Dec 2015 10:06:14 +0100
parents 177b77302262
children ac0c117cd24c
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Sun Oct 11 00:06:51 2015 +1100
+++ b/roundup/cgi/templating.py	Tue Dec 01 10:06:14 2015 +0100
@@ -2758,6 +2758,7 @@
 
 function help_window(helpurl, width, height) {
     HelpWin = window.open('%s' + helpurl, 'RoundupHelpWindow', 'scrollbars=yes,resizable=yes,toolbar=no,height='+height+',width='+width);
+    HelpWin.focus ()
 }
 </script>
 """%self.base

Roundup Issue Tracker: http://roundup-tracker.org/