[svn:fx-trunk] 5473: Fix for bug around handling of constraints during and after effects were run , both for old and new effects.

Revision: 5473
Author: [email protected]
Date: 2009-03-20 16:02:58 -0700 (Fri, 20 Mar 2009)
Log Message:
Fix for bug around handling of constraints during and after effects were run, both for old and new effects. Fix was to correctly record and handle styles that were set or not set in either state and to temporarily set width/height values for the duration of an effect if we disabled the relevant styles that affect width/height.
QE Notes: None
Doc Notes: None
Bugs: SDK-17809
Reviewer: Jason
Testing: checkintests, Mustella Effects, ListDataEffects
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-17809
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as

Revision: 5473
Author: [email protected]
Date: 2009-03-20 16:02:58 -0700 (Fri, 20 Mar 2009)
Log Message:
Fix for bug around handling of constraints during and after effects were run, both for old and new effects. Fix was to correctly record and handle styles that were set or not set in either state and to temporarily set width/height values for the duration of an effect if we disabled the relevant styles that affect width/height.
QE Notes: None
Doc Notes: None
Bugs: SDK-17809
Reviewer: Jason
Testing: checkintests, Mustella Effects, ListDataEffects
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-17809
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as

Similar Messages

  • [svn:bz-trunk] 10026: Fixed a bug around handling ping commands while running load-testing-tool against Servlet-based endpoints .

    Revision: 10026
    Author:   [email protected]
    Date:     2009-09-04 10:28:18 -0700 (Fri, 04 Sep 2009)
    Log Message:
    Fixed a bug around handling ping commands while running load-testing-tool against Servlet-based endpoints.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java

  • [svn:fx-trunk] 5409: Fix to bug when binding to constraints.

    Revision: 5409
    Author: [email protected]
    Date: 2009-03-18 21:48:06 -0700 (Wed, 18 Mar 2009)
    Log Message:
    Fix to bug when binding to constraints. Setting real width/height values on ConstraintRow/Column should always register that object as being not content-sized.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-19041
    Reviewer: Deepa
    Testing: checkintests, Mustella containers
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19041
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintC olumn.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintR ow.as

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

  • [svn:fx-trunk] 5812: Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information , so the animation would skip immediately to the end.

    Revision: 5812
    Author: [email protected]
    Date: 2009-03-31 11:34:56 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information, so the animation would skip immediately to the end.
    Bugs: SDK-20356
    QE Notes: spark/effects Mustella tests currently hosed, couldn't run test suite
    Doc Notes: None
    Reviewer: Jason
    Testing: checkintests, Mustella effects tests could not be run (post-rename issues)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20356
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimationProperty.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateColorIns tance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateShaderTr ansitionInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/FadeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/MoveInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/ResizeInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Rotate3DInstanc e.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/RotateInstance. as

    Hi
    Can you please try setting up full persmission in the security properties for everyone on the wsconfig folder C:\ColdFusion10\config\wsconfig  and restart ColdFusion Server.
    Swaraj

  • [svn:fx-trunk] 12680: Fix fasttrack bug SDK-24605.

    Revision: 12680
    Revision: 12680
    Author:   [email protected]
    Date:     2009-12-08 16:48:59 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Fix fasttrack bug SDK-24605. DateChooser with Halo theme no longer responding to backgroundColor and backgroundAlpha styles.
    Fixed an unreported style warning in defaults.css.
    QE notes: -
    Doc notes: -
    Bugs: SDK-24605
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24605
        http://bugs.adobe.com/jira/browse/SDK-24605
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as

  • [svn:fx-trunk] 15317: Fixed simple bug in Sequence.

    Revision: 15317
    Revision: 15317
    Author:   [email protected]
    Date:     2010-04-09 15:21:37 -0700 (Fri, 09 Apr 2010)
    Log Message:
    Fixed simple bug in Sequence. Calling stop() didn't actually stop the currently-running child effect (though it did stop the Sequence overall and any later child effects). There was a mis-ordering in the initialization of an array and checking the value of that array. Now the code matches what is done in SequenceInstance.end(), which works correctly.
    QE notes: None
    Doc notes: None
    Bugs: sdk-25691
    Reviewer: Jason
    Tests run: checkintests, Mustella mx/effects/Sequence
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-25691
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as

  • [svn:fx-trunk] 5146: Fix Gumbo_Priority bug, SDK-19515 - RTE in Path when data is empty.

    Revision: 5146
    Author: [email protected]
    Date: 2009-03-02 16:06:06 -0800 (Mon, 02 Mar 2009)
    Log Message:
    Fix Gumbo_Priority bug, SDK-19515 - RTE in Path when data is empty.
    Reviewer: Glenn
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19515
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Path.as

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

  • [svn:fx-trunk] 6340: * Fixed Bindable bug fix where the generated setter was using the type

    Revision: 6340
    Author:   [email protected]
    Date:     2009-04-28 11:08:50 -0700 (Tue, 28 Apr 2009)
    Log Message:

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

  • [svn:fx-trunk] 6191: Fix more bugs related to embedded fonts and TLF, including TLF in an RSL.

    Revision: 6191
    Author:   [email protected]
    Date:     2009-04-21 22:02:29 -0700 (Tue, 21 Apr 2009)
    Log Message:

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • [svn:fx-trunk] 6433: Fix a bug where the display object sharing code in GraphicElement assumes that that drawnDisplayObject is a Sprite , when it could be any display object (in this case a flash.media.Video).

    Revision: 6433
    Author:   [email protected]
    Date:     2009-04-30 12:55:29 -0700 (Thu, 30 Apr 2009)
    Log Message:

    Revision: 6433
    Author:   [email protected]
    Date:     2009-04-30 12:55:29 -0700 (Thu, 30 Apr 2009)
    Log Message:

  • [svn] 4934: Fix a bug around when we should use NativeDragManagerImpl.

    Revision: 4934
    Author: [email protected]
    Date: 2009-02-11 16:21:31 -0800 (Wed, 11 Feb 2009)
    Log Message:
    Fix a bug around when we should use NativeDragManagerImpl. Before we were checking the player capabilities to see if it was "Desktop". However, some players that are actually AIR will return "Library" instead. So rather than keying off of the capabilities of the player, let's just see if NativeDragManagerImpl is there. If it is, use it. Otherwise, use DragManagerImpl.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-19079
    Reviewer: Jason
    tests: checkintests, mustella DragManager, Joann ran NativeDragManager ones
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19079
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as

    Hello,
    >>Does Database initializer obsolete in EF 6.0?
    I do not know why you think so, if the team decides to make the database initializer obsolete, I think they would make a markup as Deprecated, however, there is not such a markup on that method on MSDN document. And the Database initializer method is useful
    when we play with automatic migration. In your case, the DropCreateDatabaseIfModelChanges database initialization strategy, would delete the original database and create new one according your new model. Of course, data would be missing. If you are under a
    scenario need to make a test to recreate the database frequently, this one should be ok.
    Currently, there are four database initialization strategies could be used:
    CreateDatabaseIfNotExists<TContext> Class
    DropCreateDatabaseAlways<TContext>
    DropCreateDatabaseIfModelChanges<TContext>
    MigrateDatabaseToLatestVersion<TContext, TMigrationsConfiguration>
    You could use one of them for a proper scenario.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [svn:fx-trunk] 11627: Fix setting luminosity masks on graphic elements - missed an occurence where setting cacheAsBitmap to true was needed .

    Revision: 11627
    Author:   [email protected]
    Date:     2009-11-10 14:01:01 -0800 (Tue, 10 Nov 2009)
    Log Message:
    Fix setting luminosity masks on graphic elements - missed an occurence where setting cacheAsBitmap to true was needed.
    QE notes: Regress
    Doc notes: No
    Bugs: http://bugs.adobe.com/jira/browse/SDK-24089
    Reviewer: Pete
    Tests run: All FXG (static and runtime) tests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24089
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

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

  • Have just installed Mavericks and restarted the MacBook Pro. That was 3 hours ago and after logging in, I got my wallpaper and dock, but none of my desktop icons, just the spinning coloured wheel. It's been like that for 2 hours. Is this normal? What shou

    Have just installed Mavericks and restarted the MacBook Pro. That was 3 hours ago and after logging in, I got my wallpaper and dock, but none of my desktop icons, just the spinning coloured wheel. It's been like that for 2 hours. Is this normal? What should I do, please?
    I tried holding the on/off switch down to make it shut down, but when I turned it back on again, the same thing happened and none of the keys etc makes any difference.
    HELP!!!! Please.

    No, what you're experiencing is not normal.
    Try booting whilst holding down the Shift key - this will allow you to boot into Safe Mode, disabling third-party kernel extensions, etc. Your Mac will be slow to boot and will operate sluggishly. That's normal. If you can get in using Safe Mode then you have some start-up item that doesn't play well with Mavericks.
    Call back,
    Clinton

  • I just bought and installed logic pro x. and after instal it is asking for synapse audio DUNE registration.. where do I get that?

    I just bought and installed logic pro x. and after instal it is asking for synapse audio DUNE registration.. where do I get that?

    http://www.synapse-audio.com/

  • HT4009 Itunes charged me twice for the same app. I wish to buy angry birds seasons hd and angry birds rio hd. both for ipad. and you charged 2 times for a.b. seasons hd.

    Itunes charged me twice for the same app. I wish to buy angry birds seasons hd and angry birds rio hd. both for ipad. and you charged 2 times for a.b. seasons hd.

    These are user-to-user forums, you are not talking to Apple here and they don't monitor these forums. If you have a billing problem then you can contact iTunes support here : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

Maybe you are looking for

  • BI - Portal Template Installer Issue

    Hi all, Guess it's appropriate forum for this question regarding BI to portal connectivity. I've tried Template Installer from SAP Note 983156 but in it's first step "create RFC destination in abap" fails with following error message: 1     Create De

  • InDesign CS5.5 won't install

    I recently purchased a new computer and tried installing my cs5.5 design standard suite.  Photoshop and Illustrator installed properly, but InDesign repeatedly fails installation, even after several system restarts.  This is the message i recieved: E

  • Wireless Mighty Mouse & No Bluetooth

    Hi Some time back when my MacPro was still in warranty I complained to Apple that my Mighty Mouse wasn't working. They sent me a replacement - a wireless Mighty Mouse. I have no Bluetooth so I complained and they sent me a wired one. Now I've got to

  • Maverick OS and Logic 9.1.8

    Has anyone using Maverick OS, have a problem with Logic 9.1.8 working within Maverick? Thank you, EAR

  • Changing email font

    How do I change the font and size of text within an email that I am composing on my iPad?