[svn:fx-4.0.0] 14159: Merging revision 13997 from 4.x to trunk

Revision: 14159
Revision: 14159
Author:   [email protected]
Date:     2010-02-12 16:06:27 -0800 (Fri, 12 Feb 2010)
Log Message:
Merging revision 13997 from 4.x to trunk
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
Modified Paths:
    flex/sdk/branches/4.0.0/templates/swfobject/history/history.js
Property Changed:
    flex/sdk/branches/4.0.0/

Similar Messages

  • [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] 15079: Merging revision 15076 from 4.x to trunk

    Revision: 15079
    Revision: 15079
    Author:   [email protected]
    Date:     2010-03-26 14:46:10 -0700 (Fri, 26 Mar 2010)
    Log Message:
    Merging revision 15076 from 4.x to trunk
    http://bugs.adobe.com/jira/browse/SDK-25635 - Slight gap in MX DataGrid columnDropIndicatorSkin when layoutDirection is rtl
    If layoutDirection is rtl, pad the drop indicator position by 1 px. Move setActualSize up because the logic for positioning the drop indicator depends upon the indicator?\226?\128?\153s width.
    QE notes: none
    Doc notes: none
    Bugs: SDK-25635
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25635
        http://bugs.adobe.com/jira/browse/SDK-25635
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead er.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 15078: Merging revision 15046 from 4.x to trunk

    Revision: 15078
    Revision: 15078
    Author:   [email protected]
    Date:     2010-03-26 14:41:14 -0700 (Fri, 26 Mar 2010)
    Log Message:
    Merging revision 15046 from 4.x to trunk
    Mirroring wireframe skin bug fixes
    https://bugs.adobe.com/jira/browse/SDK-26004 - ComboBox does not align text to right when direction = rtl and Wireframe theme is used
    Removed textAlign="left" from ComboBox's textInput.
    https://bugs.adobe.com/jira/browse/SDK-26003 - CheckBox check mark is mirrored in wireframeskin when layoutDirection=rtl
    Added layoutDirection=ltr to wireframe checkbox skin
    QE notes: n/a
    Doc notes: n/a
    Bugs: SDK-26003, SDK-26004
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26004
        http://bugs.adobe.com/jira/browse/SDK-26003
        http://bugs.adobe.com/jira/browse/SDK-26003
        http://bugs.adobe.com/jira/browse/SDK-26004
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/CheckBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/ComboBoxSkin.mxml
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 14902: Merging revision 14901 from 4.x to trunk.

    Revision: 14902
    Revision: 14902
    Author:   [email protected]
    Date:     2010-03-22 05:15:22 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Merging revision 14901 from 4.x to trunk.
    QE notes: No
    Doc notes: No
    Bugs: No
    Reviewer: Sreeni
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/controls/AdvancedDataGridBase Ex.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 15711: Merge revision 15613 from 4.x to trunk

    Revision: 15711
    Revision: 15711
    Author:   [email protected]
    Date:     2010-04-26 13:42:40 -0700 (Mon, 26 Apr 2010)
    Log Message:
    Merge revision 15613 from 4.x to trunk
    QE notes: None
    Doc notes: None
    Bugs: SDK-26261
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26261
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 14565: Merge revision 14564 from 4.x to trunk.

    Revision: 14565
    Revision: 14565
    Author:   [email protected]
    Date:     2010-03-03 17:17:59 -0800 (Wed, 03 Mar 2010)
    Log Message:
    Merge revision 14564 from 4.x to trunk.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MaskEffectInsta nce.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-4.0.0] 14288: Merging revision 14245 from 4.x to 4.0.0.

    Revision: 14288
    Revision: 14288
    Author:   [email protected]
    Date:     2010-02-19 12:47:23 -0800 (Fri, 19 Feb 2010)
    Log Message:
    Merging revision 14245 from 4.x to 4.0.0.
    Tests run: checkintests
    Modified Paths:
        flex/sdk/branches/4.0.0/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
    Property Changed:
        flex/sdk/branches/4.0.0/

  • [svn:fx-4.0.0] 14165: Merging revision 14158 from trunk to 4.0.

    Revision: 14165
    Revision: 14165
    Author:   [email protected]
    Date:     2010-02-13 09:10:07 -0800 (Sat, 13 Feb 2010)
    Log Message:
    Merging revision 14158 from trunk to 4.0.
    Update flex-fontkit.jar with P4 build 270762
    QE notes: None
    Doc notes: None
    Bugs: SDK-25392
    Reviewer: N/A (Binary Only)
    Tests run: checkintests
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25392
    Modified Paths:
        flex/sdk/branches/4.0.0/lib/flex-fontkit.jar

  • [svn:bz-4.0.0_fixes] 15611: Merge revision 15292 from trunk:

    Revision: 15611
    Revision: 15611
    Author:   [email protected]
    Date:     2010-04-20 13:49:46 -0700 (Tue, 20 Apr 2010)
    Log Message:
    Merge revision 15292 from trunk:
    ****************************************************************************************** ******************Bug: BLZ-510 - ConcurrentModificationException with outbound throttling
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: I couldn't reproduce this but looking at the code, I can see that some threading issue can cause this. Modified the internal HashMaps and ArrayLists to use their concurrent versions: ConcurrentHashMap and CopyOnWriteArrayList.
    checkintests: passed
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-510
    Modified Paths:
        blazeds/branches/4.0.0_fixes/modules/core/src/flex/messaging/client/OutboundQueueThrottle Manager.java

Maybe you are looking for

  • List of sales condition types for a material

    Hi, I have a material and maintained pricing and discount condition types for that material. I guess VK33 helps to view what condition types maintained for that material. However when I tried VK33 and selected the material from the conditions from th

  • Can I create an email form that includes a field for uploading and image?

    I'd like to create an email form in Muse that allows people to submit the usual text but also allows them to browse for and upload an image that would be emailed (attached or inline) to me along with the text. Does anyone know if there's a way to do

  • Main window animation to fly in when clicked on different menu buttons

    For a flash website I'm creating, I want my main window box with all the information containing it to fly in when a menu button is clicked. I can't figure out the actionscript to do that. It's the same thing as this website's main window: http://www.

  • Flex problem - undefined method

    Hello! I was following the tutorial posted at http://www.adobe.com/devnet/livecycle/articles/lcdses2_mdd_quickstart.html but I'm getting an error just after I add the form.  I'm getting the following error message:  "1061: Call to a possibly undefine

  • FM to delete a user in Infotype 0105?

    Hi, I need to delete a user for an employee in IT0105 and then assign him a new user. Is there a FM which will delete the user in IT 0105 and then a FM to create a new user for an employee in IT 0105. Or maybe just update the table with the new user?