Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C694A10C22 for ; Wed, 25 Sep 2013 08:17:54 +0000 (UTC) Received: (qmail 2055 invoked by uid 500); 25 Sep 2013 08:10:17 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 1851 invoked by uid 500); 25 Sep 2013 08:09:56 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 1647 invoked by uid 99); 25 Sep 2013 08:09:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 08:09:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 153C5909661; Wed, 25 Sep 2013 08:09:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Date: Wed, 25 Sep 2013 08:09:34 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: [flex-sdk] [refs/heads/develop] - updated with recent JIRA resolved issues Updated Branches: refs/heads/develop 7a01335e6 -> c96c080d9 updated with recent JIRA resolved issues Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d793166d Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/d793166d Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/d793166d Branch: refs/heads/develop Commit: d793166dc1a70e039f6f8fccf13d49a6acdc5a73 Parents: 82fb7f8 Author: Justin Mclean Authored: Wed Sep 25 18:08:52 2013 +1000 Committer: Justin Mclean Committed: Wed Sep 25 18:08:52 2013 +1000 ---------------------------------------------------------------------- RELEASE_NOTES | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/d793166d/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 62748bf..a527362 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -55,6 +55,7 @@ Bug Fixes JIRA Issue Number and Summary ------------------------------------------------------------------------------------------------------------------- +FLEX-33771 compatibilityVersionString returns the wrong value FLEX-33748 TabBar shouldn't be colorized in TabNavigatorSkin FLEX-33741 Propagation of Escape key in mx.controls.DateField should only be stopped if the DropDown is shown FLEX-33738 ArrayCollection addAll() adds items in the wrong order @@ -75,7 +76,7 @@ FLEX-33688 RTE in advanced list when setting selection to null and column is so FLEX-33687 DataGridEditor is not visible in ASDOCS has been excluded FLEX-33683 Bad ordering of ListCollectionView addAllAt FLEX-33682 Large Advanced Data Grid slow to resize -FLEX-33667 compiler with apache flex 4.10 occur error : Uncaught exception in compiler. +FLEX-33667 Compiler with Apache Flex 4.10 occur error : Uncaught exception in compiler. FLEX-33666 When scrolling a Spark Datagrid with the mousewheel after starting an itemEditor session, the itemEdito FLEX-33665 ItemEditors are placed on the wrong position after scrolling an editable Spark Datagrid FLEX-33657 Spark NumericStepper - View is decimal @@ -84,7 +85,12 @@ FLEX-33643 Improve experimental CallOut component frame arrow display FLEX-33636 Error when creating new project in FB 4.7 using SDK 4.10.0 (11.8/3.8) FLEX-33630 ComboBox RTE when opened and DEL pressed OR when opened, text input and BACKSPACE pressed FLEX-33409 TLF crashes when hypens are shown in a multi span textFlow +FLEX-33159 addSortField method in the AdvancedDataGridEx degenerates the internal state of the Sort object +FLEX-33158 addSortField method in the AdvancedDataGridEx works inconsistently +FLEX-33157 Sort class: _fields and fieldList variables can be out of sync FLEX-33131 rendererDescriptionMap is private, should be made protected to allow customizing the grid for condition +FLEX-32998 NullPointerException in AdvancedDataGrid.getFieldSortInfo +FLEX-32848 AdvancedDataGrid doesn't respect style property 'textSelectedColor' for selectionMode='singleCell' FLEX-28012 FormItemSkin and StackedFormItemSkib indicatorDisplay's toolTip is not localized FLEX-27658 DataGrid component does not allow a default sorting order FLEX-27648 ViewStack.getItemIndex() throws error instead of returning -1 when item is not a child of the ViewStack