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 2014/02/25 22:22:17 UTC

[1/2] git commit: [flex-sdk] [refs/heads/develop] - reverting FLEX-34101 as this cause several spark list test to fails and one to RTE

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 6d9a61097 -> 8420d0e62


reverting FLEX-34101 as this cause several spark list test to fails and one to RTE


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

Branch: refs/heads/develop
Commit: 27236b658e1920a462dc64554e73039bb10f4159
Parents: 203a3ed
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Feb 26 08:20:56 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Feb 26 08:20:56 2014 +1100

----------------------------------------------------------------------
 .../projects/framework/src/mx/collections/ListCollectionView.as    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/27236b65/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/collections/ListCollectionView.as b/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
index 3610d28..3ef2f1a 100644
--- a/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
+++ b/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
@@ -1208,7 +1208,7 @@ public class ListCollectionView extends Proxy
 			throw new CollectionViewError(message);
 		}
 
-        if (localIndex && addedItems.length > 0)
+        if (localIndex && addedItems.length > 1)
         {
             addLocation = -1;
         }


[2/2] git commit: [flex-sdk] [refs/heads/develop] - Merge remote-tracking branch 'origin/release4.12.0' into develop

Posted by jm...@apache.org.
Merge remote-tracking branch 'origin/release4.12.0' into develop


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

Branch: refs/heads/develop
Commit: 8420d0e62887f9c3315c856e545b0891a215b34d
Parents: 6d9a610 27236b6
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Feb 26 08:22:01 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Feb 26 08:22:01 2014 +1100

----------------------------------------------------------------------
 .../projects/framework/src/mx/collections/ListCollectionView.as    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------