Index: /CKTester/fort.js
===================================================================
--- /CKTester/fort.js	(revision 4261)
+++ /CKTester/fort.js	(revision 4262)
@@ -194,5 +194,8 @@
 			cell.mode = mode || 'standalone';
 			// Open the test frame in a new popup window.
-			window.open( cell.path + '.html' );
+			setTimeout( function()
+			{
+				window.open( cell.path + '.html' );
+			}, 0 );
 		},
 
