[svn] 4513: Minor bug fixes.

Revision: 4513
Author: [email protected]
Date: 2009-01-13 13:46:08 -0800 (Tue, 13 Jan 2009)
Log Message:
Minor bug fixes.
* pausing effect currently sleeping through its startDelay now works
* new effects now work correctly with nonzero repeatDelay
* ASDoc fixes for ANIMATION_REPEAT event
QE Notes: None
Doc Notes: None
Bugs: sdk-17993, sdk-17842, sdk-18672
Reviewer: Jason
Tests: checkintests, Mustella: Effects, gumbo/effects, ListDataEffects
Ticket Links:
http://bugs.adobe.com/jira/browse/sdk-17993
http://bugs.adobe.com/jira/browse/sdk-17842
http://bugs.adobe.com/jira/browse/sdk-18672
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimate.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/AnimationEvent.as

It means that small issues in the software were fixed.

Similar Messages

  • [svn] 2810: FXG Bug Fix

    Revision: 2810
    Author: [email protected]
    Date: 2008-08-11 17:48:51 -0700 (Mon, 11 Aug 2008)
    Log Message:
    FXG Bug Fix
    MXMLG-210 - [Gumbo_Priority] Unable to create second item after masked item
    Masks were broken for GraphicElements after the lifecycle consolidation work. Added hacks to Group to get the masks working again. The graphic element mask code and the commitProperties logic will eventually change, removing the need for this hack.
    Bug: MXMLG-210
    QA: Yes
    Doc: No
    Review: Evtim
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-210
    http://bugs.adobe.com/jira/browse/MXMLG-210
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as

  • [svn] 2599: FXG Bug Fix

    Revision: 2599
    Author: [email protected]
    Date: 2008-07-23 15:17:33 -0700 (Wed, 23 Jul 2008)
    Log Message:
    FXG Bug Fix
    MXMLG-116 only edge pixels expand when resize this bitmapGraphic
    In BitmapGraphic we constrain the dimensions of the rectangle that hold the bitmap fill to be the minimum of either the image's dimensions or the drawing dimensions. This occurs only when repeat is false.
    Bug: MXMLG-116
    QA: Yes
    Doc: Yes
    Review: Ryan
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-116
    http://bugs.adobe.com/jira/browse/MXMLG-116
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as

  • [svn] 2844: FXG Bug Fix

    Revision: 2844
    Author: [email protected]
    Date: 2008-08-14 11:16:44 -0700 (Thu, 14 Aug 2008)
    Log Message:
    FXG Bug Fix
    SDK-16467 NPE from BitmapGraphic.updateDisplayList if repeat=false but source is not yet defined
    Added null check for source in updateDisplayList
    Bug: SDK-16467
    QA: Yes
    Doc: No
    Review: Deepa
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16467
    http://bugs.adobe.com/jira/browse/SDK-16467
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as

  • [svn] 4611: Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.

    Revision: 4611
    Author: [email protected]
    Date: 2009-01-21 16:30:21 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-17783, sdk-18767, sdk-18759, sdk-18461, sdk-18309, sdk-18013, sdk-18688
    Reviewer: Jason
    Tests: checkintests, Mustella: Effects, gumbo/effects, ListDataEffects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17783
    http://bugs.adobe.com/jira/browse/sdk-18767
    http://bugs.adobe.com/jira/browse/sdk-18759
    http://bugs.adobe.com/jira/browse/sdk-18461
    http://bugs.adobe.com/jira/browse/sdk-18309
    http://bugs.adobe.com/jira/browse/sdk-18013
    http://bugs.adobe.com/jira/browse/sdk-18688
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/SetAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTran sitionInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ParallelInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as

    Revision: 4611
    Author: [email protected]
    Date: 2009-01-21 16:30:21 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-17783, sdk-18767, sdk-18759, sdk-18461, sdk-18309, sdk-18013, sdk-18688
    Reviewer: Jason
    Tests: checkintests, Mustella: Effects, gumbo/effects, ListDataEffects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17783
    http://bugs.adobe.com/jira/browse/sdk-18767
    http://bugs.adobe.com/jira/browse/sdk-18759
    http://bugs.adobe.com/jira/browse/sdk-18461
    http://bugs.adobe.com/jira/browse/sdk-18309
    http://bugs.adobe.com/jira/browse/sdk-18013
    http://bugs.adobe.com/jira/browse/sdk-18688
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/SetAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTran sitionInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ParallelInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as

  • [svn] 4021: Alpha Bug Fix for SDK-17338.

    Revision: 4021
    Author: [email protected]
    Date: 2008-11-04 18:59:34 -0800 (Tue, 04 Nov 2008)
    Log Message:
    Alpha Bug Fix for SDK-17338. Ensuring selectorString variable is populated while generating CSS Style Module ActionScript class.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Reviewer: Glenn
    Bugs:
    SDK-17338 - [Advanced CSS] Unloading a stylesheet with Type selectors and global selectors doesn't work.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17338
    http://bugs.adobe.com/jira/browse/SDK-17338
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/modules/compiler/src/java/flex2/compiler/css/StyleModule.vm

  • [svn] 2578: Some bug fixes.

    Revision: 2578
    Author: [email protected]
    Date: 2008-07-23 06:31:04 -0700 (Wed, 23 Jul 2008)
    Log Message:
    Some bug fixes. hostComponent is now usable inside MXML script blocks (Skins) to refer back to the host component in a strongly typed manner. hostComponent now also works inside binding statements. Updated most skins to use hostComponent instead of data.
    QA: Yes
    Reviewer: Paul and my split personality Mwinyimkuu
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ApplicationSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/CheckBoxSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/PanelSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/RadioButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/TextAreaSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/TextInputSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ToggleButtonSkin.mxml
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/WebTierAPI.java

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:osmf:] 10683: Bug fix for SWFElement drawing outside of its bounds causing layout havok.

    Revision: 10683
    Author:   [email protected]
    Date:     2009-09-29 09:29:55 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Bug fix for SWFElement drawing outside of its bounds causing layout havok.   FM-87 and FM-77
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-87
        http://bugs.adobe.com/jira/browse/FM-77
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/content/ContentElement.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • [svn] 3820: ASDoc Bug fixes.

    Revision: 3820
    Author: [email protected]
    Date: 2008-10-22 11:06:28 -0700 (Wed, 22 Oct 2008)
    Log Message:
    ASDoc Bug fixes.
    Changing show versions to true by default.
    Modifying projects-asdoc.xml to use the renamed tcal swcs.
    Removing some unused code from ASDocExtension.java, ClassTable.java, and DocCommentTable.java
    QE Notes: None
    Doc Notes: None
    Reviewer: Paul
    Bugs: SDK-17687, SDK-17679, SDK-17357
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17687
    http://bugs.adobe.com/jira/browse/SDK-17679
    http://bugs.adobe.com/jira/browse/SDK-17357
    Modified Paths:
    flex/sdk/trunk/asdoc/projects-asdoc.xml
    flex/sdk/trunk/asdoc/templates/ASDoc_Config_Base.xml
    flex/sdk/trunk/asdoc/templates/asdoc-util.xslt
    flex/sdk/trunk/asdoc/templates/class-files.xslt
    flex/sdk/trunk/asdoc/templates/fieldSummary.xslt
    flex/sdk/trunk/asdoc/templates/methodSummary.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/DocCommentTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

  • [svn:fx-trunk] 12323: minor asdoc bug fix

    Revision: 12323
    Revision: 12323
    Author:   [email protected]
    Date:     2009-12-01 07:52:52 -0800 (Tue, 01 Dec 2009)
    Log Message:
    minor asdoc bug fix
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/utils/TextFlowUtil.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-4.x] 15044: Mirroring Window Gripper and DateField bug fixes

    Revision: 15044
    Revision: 15044
    Author:   [email protected]
    Date:     2010-03-25 17:15:30 -0700 (Thu, 25 Mar 2010)
    Log Message:
    Mirroring Window Gripper and DateField bug fixes
    http://bugs.adobe.com/jira/browse/SDK-25719 - The gripper does not show up in an MX Window that is mirrored and using flex chrome
    Added an mx_internal property to Button to track if the Button should modify the layoutDirection of its skins. MX Window and MX WindowedApplication both set this property to undefined. This is the only skin/icon in the halo and spark framework that inherits its layoutDirection from its parent. All others have layoutDirection of LTR.
    http://bugs.adobe.com/jira/browse/SDK-25995 - DateField opens drop down on wrong side when layoutDirection = rtl
    Added check if left edge of the dropDown exceeds the left screen bounds.
    QE notes: n/a
    Doc notes: n/a
    Bugs: SDK-25719, SDK-25995
    Reviewer: Kevin
    Tests run: checkintests, DateField
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25719
        http://bugs.adobe.com/jira/browse/SDK-25995
        http://bugs.adobe.com/jira/browse/SDK-25719
        http://bugs.adobe.com/jira/browse/SDK-25995
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/branches/4.x/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/Button.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/DateField.as

    Originally posted by: hansm.science.uva.nlDELETE
    In article <f7fd6k$kq5$[email protected]>,
    "Igor Vinnykov" <[email protected]> wrote:
    > We are pleased to announce a new release in the 1.1.x stream: version 1.1.3.
    > Main target of 1.1.3 version is compatibility with Eclipse 3.3 and Mylyn.
    > Starting from this version JavaHL becomes the default SVN client. This change
    > caused by licensing topics and future project transfer to the eclipse.org:
    > previous default client JavaSVN/SVNKit doesn't have a license, which allows
    > defining it as default client, distributed from the eclipse.org.
    >
    > Important: Subversive is prepackaged only by JavaHL binaries for Windows. If
    > you work under Linux, MacOS or other operation systems you should
    > build/install required JavaHL binaries by yourself. JavaHL is a part of
    > official Subversion source distribution available at
    > http://subversion.tigris.org/project_packages.html.
    I am sorry but this leaves me in the dark. On the site mentioned above I cannot
    find something like a download for javaHL (on MacOSX especially).
    Although I did install subversion 1.4.4 from the source distribution I do not
    seem to have a javaHL binary. How further?
    Hans van der Meer

  • [svn] 3914: Bug fix SDK-17779 FlexAntTasks-license. txt contradicts readme-open.htm

    Revision: 3914
    Author: [email protected]
    Date: 2008-10-27 13:56:09 -0700 (Mon, 27 Oct 2008)
    Log Message:
    Bug fix SDK-17779 FlexAntTasks-license.txt contradicts readme-open.htm
    QE Notes:
    Doc Notes:
    Bugs: SDK-17779
    Reviewer: Matt Chotin
    Removing this file from SVN.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17779
    http://bugs.adobe.com/jira/browse/SDK-17779
    Removed Paths:
    flex/sdk/branches/3.2.0/modules/antTasks/FlexAntTasks-license.txt

  • [svn:fx-trunk] 12664: asdoc updates; new examples; updated examples; bug fixes

    Revision: 12664
    Revision: 12664
    Author:   [email protected]
    Date:     2009-12-08 12:39:06 -0800 (Tue, 08 Dec 2009)
    Log Message:
    asdoc updates; new examples; updated examples; bug fixes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/primitives/examples/LineExampl e.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/IGraphicElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/BitmapImage.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Graphic.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Line.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Path.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Rect.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RectangularDropShadow.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/StrokedEleme nt.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/primitives/examples/Rectangula rDropShadowExample.mxml

    Richard,
    I have just applied patch to upgrade from Portal 3.0.9 to 3.0.9.8.1 (Patch applied to loginserver and portal schema) and the External Applications that were previously set up have gone from the portlet.
    Does this relate to your note at the bottom:
    "Minor issues with Bulk action. 1840420 CUSTOM WRITTEN EXTERNAL AUTH MODULE NEED TO BE UPDATED AFTER 3.0.9 UPGRADE SSOXOID.PKB DOESN'T LOAD.
    External authentication modules that were written before 3.0.9 need to be updated after upgrading to 3.0.9. ssoauthx.pks is updated in 3.0.9 and contains additional routines that need to be implemented." ??
    If I go to the "Login Server Administration" portlet and select the link "Administer External Applications" I get a list of 5 External Applications that have previously been set up.
    If I go back to the Home Page and select "customize" on the "External Applications" portlet I get the message "Your Login Server administrator has not registered any external applications".
    Does that mean I should just run 'ssoauthx.pks' & 'ssoxoid.pkb' or do I need to do something else ??
    Thanks
    Simo

  • [svn:fx-trunk] 6993: * Fixed a duplicate Bindable metadata bug that showed up with

    Revision: 6993
    Author:   [email protected]
    Date:     2009-05-16 23:57:42 -0700 (Sat, 16 May 2009)
    Log Message:
    Fixed a duplicate Bindable metadata bug that showed up with
      describeType().
    tests Passed: checkintests
    Needs QA: YES, just confirm the bug fix, please.
    Needs DOC: NO
    Bug fixes: SDK-21133
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
      BindableSecondPassEvaluator.java
        Modified moveMetaDataToNewDefinition() to no longer insert the new
        Bindable metadata into the definition's statement list, because
        prepMetaDataNode() already handles this.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21133
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableSecondPassEva luator.java

    I just noticed that for some reason the project is using an old path to my SVN repository. I recreated it and reimported the project but for some reason Xcode didn't realize that. I'm betting there's some little file somewhere that's causing my problem.

  • [svn:fx-trunk] 10075: Cleanups from the spark text changes and some bug fixes for VideoElement.

    Revision: 10075
    Author:   [email protected]
    Date:     2009-09-08 18:01:58 -0700 (Tue, 08 Sep 2009)
    Log Message:
    Cleanups from the spark text changes and some bug fixes for VideoElement.  Also some PARB changes for UIComponent.
    TitleBar: Changing the skin part type from Label to Textbase
    UIComponent: skipMeasure()->canSkipMeasurement() to be in line with GraphicElement.  This has been PARB approved.
    UIComponent: same with hasComplexLayoutMatrix...this replaces hasDeltaIdentityTransform.  This has been PARB approved.
    StyleProtoChain: cleanup around what interfaces to use
    TextBase: clean up code that?\226?\128?\153s no longer needed.
    VideoElement: Fixing 4 bugs:
    SDK-22824: sourceLastPlayed keeps track of what video file we?\226?\128?\153ve called play() with last.  This way if a user pauses the video and wants to start it up again at the same point, we can call play(null) on the underlying FLVPlayback videoPlayer.  However, anytime the souce changes, we want to null out sourceLastPlayed.  This was causing a bug when someone set the source to null and then reset it to it?\226?\128?\153s previous value.
    SDK-23034 (GUMBO_PRIORITY): This deals with some FLVPlayback quirks around sizing.  I had put in a fix so we weren?\226?\128?\153t setting width/height on the underlying videoPlayer too many times, but apparently we need to make sure it always gets called once.  Hopefully when switching to Strobe we can cleanup this logic...I put a FIXME in to do this.
    SDK-21947/ SDK-22533 - some video files don?\226?\128?\153t always send out a metadata event.  I?\226?\128?\153m not quite sure why this is, but in case this happens, we do a check in the ready handler to see whether we should call invalidateSize() to make sure it gets sized properly.
    QE notes:-
    Doc notes:-
    Bugs: SDK-22824, SDK-23034, SDK-21947, SDK-22533
    Reviewer: Glenn, Corey
    Tests run: checkintests, Button, GraphicTags, VideoElement, and VideoPlayer (some VideoPlayer were failing, but I think it should be fine)
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleB ar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UITLFTextField.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Skin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AddActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/RemoveActionIns tance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/VideoElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

Maybe you are looking for

  • Flickering Screen issue after Mavericks update released on Feb 26, 2014

    I own a Macbook Retina display bought in early 2014. After installing the recent Maverick update released around Feb 26, 2014 the display developed flickering problem while scrolling and now the scrolling is not smooth any more. The originally shippe

  • How to change width of table maintenance screen in sm30

    Hi, I want to change the width of table maintenance screen in sm30 of a view. I am trying to change it through screen painter. But its giving me error - screen or window limit reached. I want to increase the widht to show all the fields at once. Is t

  • Invoke node wiring "weird" error

    Greetings NI community,     I know I have posted a lot about going from I2C to USB communications, and right now I am currently programming another controller in addition to the USB 8451, namely the Diolan DLN-2 - http://www.diolan.com/products/dln2.

  • Xcelsius Engage 2008 - slow SWF preview/generation?

    Hi Everyone - I am just curious - how long does it take your dashboards to load for a preview? I am averaging about 2 minutes to get to the "Maximum rows message", then about another 1:30 to load the preview.  The processer is pegged at 100% with 1.2

  • Workspace and Schema Guidance

    Hi - We're setting up Apex and want to plan out how to handle workspaces and schemas in advance. In previous settings, workspaces were set up by department with one schema. It started to get messy as more applications were built and development and p