svn commit: samba r21248 - in branches/SAMBA_4_0/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual: .

derrell at samba.org derrell at samba.org
Thu Feb 8 21:02:43 GMT 2007


Author: derrell
Date: 2007-02-08 21:02:42 +0000 (Thu, 08 Feb 2007)
New Revision: 21248

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21248

Log:

- Test for Simo: no change of selected row(s) upon open/close click.  Simo,
  I haven't done any testing of this.  Please let me know the side effects, if
  any, of this change.

Modified:
   branches/SAMBA_4_0/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual/TreeVirtual.js


Changeset:
Modified: branches/SAMBA_4_0/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual/TreeVirtual.js
===================================================================
--- branches/SAMBA_4_0/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual/TreeVirtual.js	2007-02-08 20:31:18 UTC (rev 21247)
+++ branches/SAMBA_4_0/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual/TreeVirtual.js	2007-02-08 21:02:42 UTC (rev 21248)
@@ -377,6 +377,7 @@
     // Clear the old selections in the tree
     this.getSelectionModel()._clearSelection();
 
+/*
     // Clear the old selections in the data model
     dm._clearSelections();
 
@@ -385,6 +386,7 @@
     {
       this.setState(node.nodeId, { bSelected : true });
     }
+*/
   }
 
   // Re-render the row data since formerly visible rows may now be invisible,



More information about the samba-cvs mailing list