You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/03/02 15:06:16 UTC

svn commit: r513800 - /incubator/xap/trunk/samples/WebContent/examples/widgets/window.xal

Author: mturyn
Date: Fri Mar  2 07:06:15 2007
New Revision: 513800

URL: http://svn.apache.org/viewvc?view=rev&rev=513800
Log:
Altered to show errors induced in Dojo dragging when the source is within at least one div offset from page[0,0].

Modified:
    incubator/xap/trunk/samples/WebContent/examples/widgets/window.xal

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/window.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/window.xal?view=diff&rev=513800&r1=513799&r2=513800
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/window.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/window.xal Fri Mar  2 07:06:15 2007
@@ -27,11 +27,15 @@
 		src="src-js/SmokeTests.js"/>
 
 	<xm:modifications xmlns:xm="http://openxal.org/core/xmodify">
-		<xm:append select="/ui">
-
-			<xal:window title="testComponent" id="testComponent">
-				<label text="foo"/>
-			</xal:window>
+		<xm:append select="/ui">
+			<freePane height="100%" width="100%" backgroundColor="rgb(240,240,255)">
+			<label text="100px-by-200px" color="white" backgroundColor="black" width="100px" height="200px" />
+			<freePane width="600px" height="500px" x="100px" y="200px"
+				backgroundColor="rgb(255,240,240)"
+			>
+				<xal:window title="testComponent" id="testComponent">
+					<label text="foo"/>
+				</xal:window>
 
 
 
@@ -92,7 +96,10 @@
 					</xal:verticalBoxPane>
 				</xal:borderPane>
 
-			</xal:window>
+			</xal:window>
+			
+			</freePane>
+			</freePane>
 
 			<!--standard test things -->
 
@@ -113,7 +120,8 @@
 							xmlns="http://openxal.org/core/xinclude"/>
 					</verticalBoxPane>
 				</horizontalBoxPane>
-			</verticalBoxPane>
+			</verticalBoxPane>
+	
 		</xm:append>
 	</xm:modifications>
 </xal>