Index: /FCKeditor/branches/features/floating_dialog/_test/manual/fckdialog/test2.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/_test/manual/fckdialog/test2.html	(revision 1274)
+++ /FCKeditor/branches/features/floating_dialog/_test/manual/fckdialog/test2.html	(revision 1274)
@@ -0,0 +1,60 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben
+ *
+ * == BEGIN LICENSE ==
+ *
+ * Licensed under the terms of any of the following licenses at your
+ * choice:
+ *
+ *  - GNU General Public License Version 2 or later (the "GPL")
+ *    http://www.gnu.org/licenses/gpl.html
+ *
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
+ *    http://www.gnu.org/licenses/lgpl.html
+ *
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")
+ *    http://www.mozilla.org/MPL/MPL-1.1.html
+ *
+ * == END LICENSE ==
+ *
+ * Sample page.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<title>FCKeditor - Sample</title>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<meta name="robots" content="noindex, nofollow" />
+	<link href="test1.css" rel="stylesheet" type="text/css" />
+	<script type="text/javascript" src="../../../fckeditor.js"></script>
+</head>
+<body>
+	<h1>
+		FCKDialog Z-Placement test
+	</h1>
+	<div>
+		Open a dialog, and drag it over the Flash object. The Flash object under the submit button should not block the floating dialog window.
+	</div>
+	<hr />
+	<form action="sampleposteddata.asp" method="post" target="_blank">
+		<script type="text/javascript">
+<!--
+// Automatically calculates the editor base path based on the _samples directory.
+// This is usefull only for these samples. A real application should use something like this:
+// oFCKeditor.BasePath = '/fckeditor/' ;	// '/fckeditor/' is the default value.
+var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_test')) ;
+
+var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
+oFCKeditor.BasePath	= sBasePath ;
+oFCKeditor.Height	= 300 ;
+oFCKeditor.Value	= '<p>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/p>' ;
+oFCKeditor.Create() ;
+//-->
+		</script>
+		<br />
+		<input type="submit" value="Submit" />
+	</form>
+	<embed width="200" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="flash.swf" play="true" loop="true" menu="true" wmode="transparent"></embed>
+</body>
+</html>
Index: /FCKeditor/branches/features/floating_dialog/_test/manual/testslist.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/_test/manual/testslist.html	(revision 1273)
+++ /FCKeditor/branches/features/floating_dialog/_test/manual/testslist.html	(revision 1274)
@@ -52,5 +52,6 @@
 						<option value="behaviors/showtableborders.html" selected="selected">Behaviors : Show table borders</option>
 						<option value="fckbrowserinfo/test1.html">fckbrowserinfo: test1</option>
-						<option value="fckdialog/test1.html">fckdialog: test1</option>
+						<option value="fckdialog/test1.html">fckdialog: Memory leak test</option>
+						<option value="fckdialog/test2.html">fckdialog: Dialog/Flash z-placement test</option>
 						<option value="fckdomrange/test1.html">fckdomrange: test1</option>
 						<option value="fckdomtools/insertafternode.html">fckdomtools: insertafternode</option>
