From cce1a4d323cf4cb1140fe87215bdea764cda2a86 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Thu, 8 Feb 2007 21:02:42 +0000 Subject: [PATCH] r21248: - 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. (This used to be commit c3c3030a7d9a9f6a67c09f1b260ea0589638c0a5) --- .../frontend/framework/source/class/qx/ui/treevirtual/TreeVirtual.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual/TreeVirtual.js b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual/TreeVirtual.js index 2ffae79436c..39e9a1c54f4 100644 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual/TreeVirtual.js +++ b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual/TreeVirtual.js @@ -377,6 +377,7 @@ qx.Proto.toggleOpened = function(node) // Clear the old selections in the tree this.getSelectionModel()._clearSelection(); +/* // Clear the old selections in the data model dm._clearSelections(); @@ -385,6 +386,7 @@ qx.Proto.toggleOpened = function(node) { this.setState(node.nodeId, { bSelected : true }); } +*/ } // Re-render the row data since formerly visible rows may now be invisible, -- 2.11.4.GIT