Revision: 1957
          http://svn.sourceforge.net/vexi/?rev=1957&view=rev
Author:   clrg
Date:     2007-07-08 21:00:00 -0700 (Sun, 08 Jul 2007)

Log Message:
-----------
Fix passfield regression (tho maybe passfields/textfields need splitting?)

Modified Paths:
--------------
    widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/textfield.t

Modified: widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/textfield.t
===================================================================
--- widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/textfield.t  
2007-07-09 00:40:30 UTC (rev 1956)
+++ widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/textfield.t  
2007-07-09 04:00:00 UTC (rev 1957)
@@ -129,6 +129,7 @@
     {
         if (!trapee.th_edit || v == trapee.password) return;
         
+        cascade = v;
         if (v)
         {
             trapee.text ++= static.textWriteFunc;
@@ -140,7 +141,6 @@
         }
         else
         {
-            cascade = v;
             trapee.text --= static.textWriteFunc;
             trapee.text = trapee.value;
             var tvl = trapee.value.length;


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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to