Revision: 3718
          http://vexi.svn.sourceforge.net/vexi/?rev=3718&view=rev
Author:   jeffbuhrt
Date:     2009-10-22 21:25:06 +0000 (Thu, 22 Oct 2009)

Log Message:
-----------
'surface.frame.Focused' was not reading the cascaded value. Now the 1st focused 
field on a new surface even starts blinking (if it is a textfield). Thanks 
Charity for the fix!

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/focusmanager.t

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/focusmanager.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/focusmanager.t 
2009-10-22 10:48:05 UTC (rev 3717)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/focusmanager.t 
2009-10-22 21:25:06 UTC (rev 3718)
@@ -34,7 +34,7 @@
         surface.frame.Focused ++= function(v) {
             cascade = v;
             if (focus) {
-                if (surface.frame.Focused) {
+                if (v) {
                     focus.focused = true;
                 } else {
                     focus.focused = false;


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

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to