You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/05/29 04:24:01 UTC

[3/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-32589 Fixed issue with selecting ADG cells

FLEX-32589 Fixed issue with selecting ADG cells


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2c142806
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2c142806
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/2c142806

Branch: refs/heads/develop
Commit: 2c1428066ec2d1fd561bc5804c7c57ea76431605
Parents: 90f6986
Author: Justin Mclean <jm...@apache.org>
Authored: Wed May 29 11:49:44 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed May 29 11:49:44 2013 +1000

----------------------------------------------------------------------
 .../src/mx/controls/AdvancedDataGrid.as            |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2c142806/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as b/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
index 8547b56..a474918 100644
--- a/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
+++ b/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
@@ -1368,7 +1368,6 @@ public class AdvancedDataGrid extends AdvancedDataGridBaseEx
         
         _temporary_selectedCells = value;
 		syncCellSelections(value);
-        clearPendingCells();
         selectedCellsChanged = true;
         invalidateProperties();
         invalidateDisplayList();
@@ -7614,6 +7613,8 @@ public class AdvancedDataGrid extends AdvancedDataGridBaseEx
 
         caretBookmark  = null;
         anchorBookmark = null;
+		
+		clearPendingCells();
     }
 
     /**