[svn:fx-trunk] 14296: Blocking revision 14288 from 4.0.0 branch.

Revision: 14296
Revision: 14296
Author:   [email protected]
Date:     2010-02-19 14:16:21 -0800 (Fri, 19 Feb 2010)
Log Message:
Blocking revision 14288 from 4.0.0 branch.
Property Changed:
    flex/sdk/trunk/

Similar Messages

  • [svn:fx-4.x] 14294: Blocking revision 14288 from 4.0.0 branch.

    Revision: 14294
    Revision: 14294
    Author:   [email protected]
    Date:     2010-02-19 14:09:12 -0800 (Fri, 19 Feb 2010)
    Log Message:
    Blocking revision 14288 from 4.0.0 branch.
    Property Changed:
        flex/sdk/branches/4.x/

  • [svn:fx-trunk] 14263: Merge revision 14242 from the 4.x branch.

    Revision: 14263
    Revision: 14263
    Author:   [email protected]
    Date:     2010-02-18 15:10:31 -0800 (Thu, 18 Feb 2010)
    Log Message:
    Merge revision 14242 from the 4.x branch.
    Fix getStyle/setStyle when a module factory is not set and a skin not found RTE.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-25376, SDK-25444
    Reviewer:
    Tests run:
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25376
        http://bugs.adobe.com/jira/browse/SDK-25444
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableCom ponent.as
    Property Changed:
        flex/sdk/trunk/
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/

  • [svn:fx-trunk] 14328: Merge revision 14327 from the 4.x branch.

    Revision: 14328
    Revision: 14328
    Author:   [email protected]
    Date:     2010-02-22 09:03:18 -0800 (Mon, 22 Feb 2010)
    Log Message:
    Merge revision 14327 from the 4.x branch.
    Fix maximize/ restore button in spark chrome skin when running on AIR 2.
    Listen for the Window state change event instead of expecting the change to happen immediately.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-25303
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25303
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/windowClasses/TitleBar.a s
    Property Changed:
        flex/sdk/trunk/
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/
        flex/sdk/trunk/frameworks/projects/datavisualization/

  • [svn:fx-trunk] 15314: Merging revision 15312 from 4.x to trunk

    Revision: 15314
    Revision: 15314
    Author:   [email protected]
    Date:     2010-04-09 14:02:53 -0700 (Fri, 09 Apr 2010)
    Log Message:
    Merging revision 15312 from 4.x to trunk
    ComboBox bug fix
    http://bugs.adobe.com/jira/browse/SDK-26089 - s:ComboBox is not updated correctly when selectedItem is removed from dataProvider
    Handle this specific case by overriding itemRemoved and clearing the textInput. Changing updateLabelDisplay messes with the custom selected item logic, which is why I chose a more localized solution.
    QE notes: none
    Doc notes: none
    Bugs: SDK-26089
    Reviewer: Kevin
    Tests run: ComboBox, checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26089
        http://bugs.adobe.com/jira/browse/SDK-26089
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ComboBox.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 14381: Merge revision 14380 from 4.x to trunk.

    Revision: 14381
    Revision: 14381
    Author:   [email protected]
    Date:     2010-02-23 16:54:43 -0800 (Tue, 23 Feb 2010)
    Log Message:
    Merge revision 14380 from 4.x to trunk.
    Fix for http://bugs.adobe.com/jira/browse/SDK-25622. We were checking against "inherit" instead of null in UIMovieClip.
    QE notes: None
    Doc notes: None
    Bugs: SDK-25622
    Reviewed By: Hans
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25622
        http://bugs.adobe.com/jira/browse/SDK-25622
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 14834: Merge revision 14833 from 4.x to trunk.

    Revision: 14834
    Revision: 14834
    Author:   [email protected]
    Date:     2010-03-17 16:43:45 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Merge revision 14833 from 4.x to trunk.
    Fix for http://bugs.adobe.com/jira/browse/SDK-25881. Using states with layoutDirection was broken. The issue was that in commitProperties of UIComponent, states were trying to set layoutDirection after we've already dealt with layoutDirection. The state would try to set layoutDirection, but since we are already in commitProperties, the eventual invalidateProperties call in the layoutDirection setter (through styleChanged) doesn't do anything. The fix is to have states resolved before calling invalidateLayoutDirection in commitProperties, so we can pick up on state-specific values of layoutDirection.
    QE notes: No
    Doc notes: No
    Bugs: SDK-25881
    Reviewer: Carol, Hans
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25881
        http://bugs.adobe.com/jira/browse/SDK-25881
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 14371: Merge revision 14369 from 4.x to trunk

    Revision: 14371
    Revision: 14371
    Author:   [email protected]
    Date:     2010-02-23 14:37:38 -0800 (Tue, 23 Feb 2010)
    Log Message:
    Merge revision 14369 from 4.x to trunk
    Fix for icons that shouldn't be mirroring. This fix is similar to the one found in UITextField Modified FlexBitmap to detect whether the closest parent is mirrored when added to the display list, and adjust the transform matrix accordingly. Also, I overrode the x, width, and height properties to again, adjust the transform matrix when necessary.
    http://bugs.adobe.com/jira/browse/SDK-25417 - Button icons
    http://bugs.adobe.com/jira/browse/SDK-25498 - Alert icons
    http://bugs.adobe.com/jira/browse/SDK-25511 - Accordion icons
    http://bugs.adobe.com/jira/browse/SDK-25512 - ComboBox icons
    QE notes: None
    Doc notes: None
    Bugs: SDK-25417, SDK-25498, SDK-25511, SDK-25512
    Reviewed By: Hans
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25417
        http://bugs.adobe.com/jira/browse/SDK-25498
        http://bugs.adobe.com/jira/browse/SDK-25511
        http://bugs.adobe.com/jira/browse/SDK-25512
        http://bugs.adobe.com/jira/browse/SDK-25417
        http://bugs.adobe.com/jira/browse/SDK-25498
        http://bugs.adobe.com/jira/browse/SDK-25511
        http://bugs.adobe.com/jira/browse/SDK-25512
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexBitmap.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 14377: Merging revision 14376 from 4.x to trunk

    Revision: 14377
    Revision: 14377
    Author:   [email protected]
    Date:     2010-02-23 16:35:29 -0800 (Tue, 23 Feb 2010)
    Log Message:
    Merging revision 14376 from 4.x to trunk
    Mirroring bug fixes
    http://bugs.adobe.com/jira/browse/SDK-25427 - HTML AIR component should not be mirrored even when layoutDirection=rtl
    Set layoutDirection=ltr in defaults.css
    http://bugs.adobe.com/jira/browse/SDK-25626 - The Spark VSlider dataTip is not positioned correctly when layoutDirection=rtl. It obscures the thumb.
    Translate the position from mirrored local coordinate to global coordinates.
    http://bugs.adobe.com/jira/browse/SDK-25584 - MX MenuBar displays menus offscreen when layoutDirection is rtl
    Added logic to keep the menus from going off the left side of the screen.
    QE notes: none
    Doc notes: none
    Bugs: SDK-25427, SDK-25626, SDK-25584
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25427
        http://bugs.adobe.com/jira/browse/SDK-25626
        http://bugs.adobe.com/jira/browse/SDK-25584
        http://bugs.adobe.com/jira/browse/SDK-25427
        http://bugs.adobe.com/jira/browse/SDK-25626
        http://bugs.adobe.com/jira/browse/SDK-25584
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VSlider.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 15009: Merge revision 15006 from 4.x to trunk

    Revision: 15009
    Revision: 15009
    Author:   [email protected]
    Date:     2010-03-24 16:48:31 -0700 (Wed, 24 Mar 2010)
    Log Message:
    Merge revision 15006 from 4.x to trunk
    Menu check icon mirroring bug fix
    http://bugs.adobe.com/jira/browse/SDK-25976 - Un-mirror the check icon when layoutDirection=rtl for menu/menuBar
    Update MenuCheck and MenuCheckDisabled to use layoutDirection=LTR
    QE notes: none
    Doc notes: none
    Bugs: SDK-25976
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25976
        http://bugs.adobe.com/jira/browse/SDK-25976
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/MenuCheck.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/MenuCheckDisabled.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuCheck.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuCheckDisabled.mxm l
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 15019: Merge revision 15018 from 4.x to the trunk.

    Revision: 15019
    Revision: 15019
    Author:   [email protected]
    Date:     2010-03-25 07:26:23 -0700 (Thu, 25 Mar 2010)
    Log Message:
    Merge revision 15018 from 4.x to the trunk.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-25642
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: No.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25642
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemManager.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 14881: Merge revision 14827 from 4.x to the trunk.

    Revision: 14881
    Revision: 14881
    Author:   [email protected]
    Date:     2010-03-19 10:25:21 -0700 (Fri, 19 Mar 2010)
    Log Message:
    Merge revision 14827 from 4.x to the trunk.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-25875
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: No.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25875
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/windowClasses/TitleBar.a s
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 14142: Merging revision 14141 from 4.x branch

    Revision: 14142
    Revision: 14142
    Author:   [email protected]
    Date:     2010-02-12 00:57:47 -0800 (Fri, 12 Feb 2010)
    Log Message:
    Merging revision 14141 from 4.x branch
    QE notes:
    Doc notes:
    Bugs: FLEXENT-1234
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXENT-1234
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkApplicationAutomationImpl.as

  • [svn:fx-trunk] 14160: Merging revision 14159 from 4.0 to trunk

    Revision: 14160
    Revision: 14160
    Author:   [email protected]
    Date:     2010-02-12 16:16:35 -0800 (Fri, 12 Feb 2010)
    Log Message:
    Merging revision 14159 from 4.0 to trunk
    Only recording the merge. The fix has already been merged into trunk.
    Original revision notes:
    Addressed an IE8 history issue where our player would lose focus upon appending a history entry. The behavior is unique to IE8.
    Anyone bundling our stock html template would require refreshing their copy of history.js.
    QE notes: None
    Doc notes: None
    Bugs: SDK-23402
    Reviewer: Alex
    Tests run: Checkin
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23402
    Property Changed:
        flex/sdk/trunk/
        flex/sdk/trunk/frameworks/

  • [svn:fx-trunk] 14908: Merging revision 14898 from 4.x branch

    Revision: 14908
    Revision: 14908
    Author:   [email protected]
    Date:     2010-03-22 06:21:15 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Merging revision 14898 from 4.x branch
    QE notes: The AsyncResponder.fault signature has changed to use FaultEvent instead of ErrorMessage.
    Doc notes: The AsyncResponder.fault signature has changed to use FaultEvent instead of ErrorMessage. We need to update the docs to reflect this in the samples.
    Bugs: FLEXDMV-1900
    Reviewer: Sameer
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDMV-1900
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/en_US/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/olap/OLAPCube.as

Maybe you are looking for