Revision: 4276
          http://vexi.svn.sourceforge.net/vexi/?rev=4276&view=rev
Author:   clrg
Date:     2011-10-06 22:45:38 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
Test for failing grid solve

Added Paths:
-----------
    trunk/org.vexi-vexi.widgets/src_test/test/layout/grid/solve2.t

Added: trunk/org.vexi-vexi.widgets/src_test/test/layout/grid/solve2.t
===================================================================
--- trunk/org.vexi-vexi.widgets/src_test/test/layout/grid/solve2.t              
                (rev 0)
+++ trunk/org.vexi-vexi.widgets/src_test/test/layout/grid/solve2.t      
2011-10-06 22:45:38 UTC (rev 4276)
@@ -0,0 +1,48 @@
+<vexi xmlns:ui="vexi://ui" xmlns="vexi.layout" xmlns:wi="vexi.widget">
+    <wi:surface vshrink="true">
+        <grid cols="6">
+            <pad vshrink="true" />
+            <pad vshrink="true" />
+            <pad vshrink="true" />
+            <pad vshrink="true" />
+            <pad vshrink="true" />
+            <pad vshrink="true" />
+            
+            <pad />
+            <pad />
+            <pad />
+            <pad />
+            <ui:box text="1" />
+            <wi:textfield text="1" />
+            
+            <ui:box text="2" />
+            <wi:textfield text="2" />
+            <ui:box text="3" />
+            <wi:textfield text="3" />
+            <ui:box text="4" rowspan="4" /> // works with rowspan="3"
+            <wi:textarea text="4" rowspan="4" />
+            
+            <ui:box text="5" />
+            <wi:textfield text="5" />
+            <ui:box text="6" />
+            <wi:textfield text="6" />
+            
+            <ui:box text="7" />
+            <wi:textfield text="7" />
+            <ui:box text="8" />
+            <wi:textfield text="8" />
+            
+            <ui:box text="9" />
+            <wi:textfield text="9" />
+            <ui:box text="10" rowspan="4" />
+            <wi:textarea text="10" colspan="3" rowspan="4" />
+            
+            <ui:box text="11" />
+            <wi:textfield text="11" />
+            
+            <pad />
+            <pad />
+        </grid>
+        vexi.ui.frame = thisbox;
+    </wi:surface>
+</vexi>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to