Revision: 1765
          http://svn.sourceforge.net/vexi/?rev=1765&view=rev
Author:   clrg
Date:     2007-03-29 11:20:13 -0700 (Thu, 29 Mar 2007)

Log Message:
-----------
Get around JS bug in Vexi2 where multiple assignment fails (note: log bug)

Modified Paths:
--------------
    widgets/trunk/org.vexi.widgets/src/org/vexi/lib/img/border.t

Modified: widgets/trunk/org.vexi.widgets/src/org/vexi/lib/img/border.t
===================================================================
--- widgets/trunk/org.vexi.widgets/src/org/vexi/lib/img/border.t        
2007-03-29 18:19:48 UTC (rev 1764)
+++ widgets/trunk/org.vexi.widgets/src/org/vexi/lib/img/border.t        
2007-03-29 18:20:13 UTC (rev 1765)
@@ -88,10 +88,14 @@
         {
             if (canSetDepth)
             {
-                $nw.minwidth = $nw.minheight = v;
-                $ne.minwidth = $ne.minheight = v;
-                $sw.minwidth = $sw.minheight = v;
-                $se.minwidth = $se.minheight = v;
+                $nw.minwidth = v;
+                $nw.minheight = v;
+                $ne.minwidth = v;
+                $ne.minheight = v;
+                $sw.minwidth = v;
+                $sw.minheight = v;
+                $se.minwidth = v;
+                $se.minheight = v;
                  
                 $nn.minwidth = 0;
                 $nn.minheight = v;
@@ -105,7 +109,5 @@
             cascade = v;
         }
         
-        util.redirect..addRedirect(thisbox, $content, "fill");
-        
     </ui:box>
 </vexi>


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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to