Revision: 4854
          http://sourceforge.net/p/vexi/code/4854
Author:   mkpg2
Date:     2016-04-01 05:39:27 +0000 (Fri, 01 Apr 2016)
Log Message:
-----------
Fix regression. Copy paste not triggering.

Modified Paths:
--------------
    branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/text/edit.t

Modified: branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/text/edit.t
===================================================================
--- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/text/edit.t      
2016-04-01 04:03:15 UTC (rev 4853)
+++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/text/edit.t      
2016-04-01 05:39:27 UTC (rev 4854)
@@ -1790,6 +1790,7 @@
                 cBlock.reflowbox = true;
                 syncCursorAndOffset(true);
                 if(v_field){ // this check may not be necessary
+                       v_field.text = text;
                                        v_field.focused = true;   
                }
                focused = true; 
@@ -1802,6 +1803,7 @@
             deleteSelectedText();
             syncCursorAndOffset(true);
             if(v_field){ // this check may not be necessary
+               v_field.text = text;
                v_field.focused = true;
             }           
             focused = true;
@@ -1814,8 +1816,8 @@
             var t = vexi.ui.clipboard;
             insertText(t);
             syncCursorAndOffset(true);
-            trace(v_field);
             if(v_field){ // this check may not be necessary
+               v_field.text = text;
                v_field.focused = true;
             }            
             focused = true;           

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


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to