[svn:fx-trunk] 8402: GraphicElement mask bug

Revision: 8402
Author:   [email protected]
Date:     2009-07-06 14:37:44 -0700 (Mon, 06 Jul 2009)
Log Message:
GraphicElement mask bug
http://bugs.adobe.com/jira/browse/SDK-19224 - Incorrect drawing after adding a mask to an existing GraphicElement
The GraphicElement was not redrawing itself after a mask was applied. The fix is to always call invalidateDisplayList when a mask is set.
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19224
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

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

Similar Messages

  • [svn:fx-trunk] 9318: GraphicElement filters bug fix

    Revision: 9318
    Author:   [email protected]
    Date:     2009-08-14 14:17:01 -0700 (Fri, 14 Aug 2009)
    Log Message:
    GraphicElement filters bug fix
    https://bugs.adobe.com/jira/browse/SDK-22683 - GraphicElement filters are not set properly when the filters array is modified directly
    GraphicElement.filters property has been modified to behave the same way as DisplayObject.filters. The getter function always returns a copy of the filters. This prevents the developer from mutating the filters except through the filters setter.
    QE notes: Add tests where the filters property is mutated
    Doc notes: Mention that the getter returns a copy and that using the setter is the only way to change the value
    Bugs: SDK-22683
    Reviewer: Chet
    Tests run: spark/primitives
    Is noteworthy for integration: Yes (tooling should be aware that the getter is returning a copy)
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22683
        http://bugs.adobe.com/jira/browse/SDK-22683
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

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

  • [svn:fx-trunk] 8287: Group mask bug

    Revision: 8287
    Author:   [email protected]
    Date:     2009-06-25 22:31:24 -0700 (Thu, 25 Jun 2009)
    Log Message:
    Group mask bug
    http://bugs.adobe.com/jira/browse/SDK-21495 - Setting mask to null for a Group does not remove the mask DisplayObject
    Remove the previous mask if it was parented by the Group.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-21495
    Reviewer: Glenn
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21495
        http://bugs.adobe.com/jira/browse/SDK-21495
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as

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

  • [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:fx-trunk] 5224: Flex SDK Bug Fixes

    Revision: 5224
    Author: [email protected]
    Date: 2009-03-10 14:06:53 -0700 (Tue, 10 Mar 2009)
    Log Message:
    Flex SDK Bug Fixes
    SDK-19772 Initially invisible graphic element can not be made visible
    When visible is false, we were both setting the displayObject invisible and not drawing the graphics. When visible was then set to true, we changed the displayObject visibility, but didn't draw the graphics. The fix is to always draw the graphics when we are not sharing our displayObject. This way we simply toggle visibility on the displayObject on/off, instead of having to perform a redraw.
    SDK-19581 BitmapFill incorrectly handle source property
    Updated code to match code in BitmapGraphic. If the source is a class, we still need to check the type of the newly instantiated instance of that class.
    SDK-19085 unexpected behaviour when setting scaleX < 3 on a LinearGradient
    Internally, we no longer allow scaleX to be less than 2. Visually, this shouldn't have much impact.
    QE Notes: n/a
    Doc Notes: n/a
    Bugs: SDK-19772, SDK-19581, SDK-19085
    Reviewer: Evtim, Chet
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19772
    http://bugs.adobe.com/jira/browse/SDK-19581
    http://bugs.adobe.com/jira/browse/SDK-19085
    http://bugs.adobe.com/jira/browse/SDK-19772
    http://bugs.adobe.com/jira/browse/SDK-19581
    http://bugs.adobe.com/jira/browse/SDK-19085
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/GraphicElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as

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

  • [svn:fx-trunk] 7862: GraphicElement PARB Changes

    Revision: 7862
    Author:   [email protected]
    Date:     2009-06-15 15:06:23 -0700 (Mon, 15 Jun 2009)
    Log Message:
    GraphicElement PARB Changes
    mx.core.AdvancedLayoutFeatures
    ?\226?\128?\162     Rename layer -> depth
    ?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
    mx.core.IVisualElement
    ?\226?\128?\162     Rename layer -> depth
    mx.core.UIComponent
    ?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
    ?\226?\128?\162     Rename layer -> depth
    mx.graphics.GradientBase
    ?\226?\128?\162     Remove scaleX
    mx.graphics.GradientStroke
    ?\226?\128?\162     Add apply(g:Graphics, bounds:Rectangle)
    mx.graphics.IStroke
    ?\226?\128?\162     Remove draw
    ?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
    mx.graphics.LinearGradient
    ?\226?\128?\162     Add scaleX
    mx.graphics.LinearGradientStroke
    ?\226?\128?\162     Add scaleX
    ?\226?\128?\162     Remove draw
    ?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
    mx.graphics.RadialGradient
    ?\226?\128?\162     Add scaleX
    mx.graphics.RadialGradientStroke
    ?\226?\128?\162     Add scaleX
    ?\226?\128?\162     Remove draw
    ?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
    mx.graphics.SolidColorStroke
    ?\226?\128?\162     Remove draw
    ?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
    mx.flash.UIMovieClip
    ?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
    ?\226?\128?\162     Rename layer -> depth
    spark.components.PopUpAnchor
    ?\226?\128?\162     Change popUp type from UIComponent -> IFlexDisplayObject
    ?\226?\128?\162     Rename positionPopUp -> calculatePopUpPosition
    ?\226?\128?\162     Rename autoSizePopUpWidth -> popUpWidthMatchesAnchorWidth
    ?\226?\128?\162     Rename autoSizePopUpHeight -> popUpHeightMatchesAnchorHeight
    spark.core.RelativePosition
    ?\226?\128?\162     Rename and move spark.core.RelativePosition -> spark.components.PopUpPosition
    ?\226?\128?\162     Rename EXACT -> TOP_LEFT (topLeft)
    spark.core.SpriteVisualElement
    ?\226?\128?\162     Rename layer -> depth
    ?\226?\128?\162     Remove computeMatrix
    spark.primitives.BitmapImage
    ?\226?\128?\162     Change NORMALUINT from protected -> private
    ?\226?\128?\162     Change REPEATUINT from protected -> private
    ?\226?\128?\162     Change SCALEUINT from protected -> private
    ?\226?\128?\162     Change resizeModeToUINT from protected -> private
    ?\226?\128?\162     Rename drawElement -> draw
    spark.primitives.Line
    ?\226?\128?\162     Rename skipMeasure -> canSkipMeasurement
    ?\226?\128?\162     Rename drawElement -> draw
    spark.primitives.Path
    ?\226?\128?\162     Change graphicsPath fro protected -> mx_internal
    ?\226?\128?\162     Rename skipMeasure -> canSkipMeasurement
    ?\226?\128?\162     Rename drawElement -> draw
    ?\226?\128?\162     Rename renderGraphicsAtScale -> generateGraphicsPath
    ?\226?\128?\162     Change generateGraphicsPath from protected -> mx_internal
    ?\226?\128?\162     Rename notifyElementLayerChanged -> invalidateDisplayObjectSharing
    spark.primitives.Rect
    ?\226?\128?\162     Rename drawElement -> draw
    spark.primitives.supportClasses.GraphicElement
    ?\226?\128?\162     Rename layer -> depth
    ?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
    ?\226?\128?\162     Rename getBitmapData -> captureBitmapData
    ?\226?\128?\162     Rename notifyElementLayerChanged -> invalidateDisplayObjectSharing
    ?\226?\128?\162     Rename skipMeasure -> canSkipMeasurement
    ?\226?\128?\162     Add protected hasComplexLayoutMatrix:Boolean getter
    ?\226?\128?\162     Remove target
    ?\226?\128?\162     Remove computeMatrix
    ?\226?\128?\162     Change DEFAULT_MAX_WIDTH from public -> private
    ?\226?\128?\162     Change DEFAULT_MAX_HEIGHT from public -> private
    ?\226?\128?\162     Change DEFAULT_MIN_WIDTH from public -> private
    ?\226?\128?\162     Change DEFAULT_MIN_HEIGHT from public -> private
    ?\226?\128?\162     Change allocateLayoutFeatures from protected -> mx_internal
    ?\226?\128?\162     Change invalidateTransform from protected -> private
    ?\226?\128?\162     Change captureBitmapData from public -> mx_internal
    ?\226?\128?\162     Change applyMaskType from protected -> mx_internal
    ?\226?\128?\162     Change dispatchPropertyChangeEvent from protected -> private
    ?\226?\128?\162     Change applyComputedTransform from protected -> mx_internal
    ?\226?\128?\162     Change filterChangedHandler from protected -> private
    spark.supportClasses.StrokedElement
    ?\226?\128?\162     Rename drawElement -> draw
    ?\226?\128?\162     Remove getStroke()
    ?\226?\128?\162     Add getStrokeExtents() override
    QE Notes: None
    Doc Notes: None
    Bugs: N/A
    Reviewer: Glenn
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransitionShader.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateTransiti onShaderInstance.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/BitmapImage.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Ellipse.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Line.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Path.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Rect.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/FilledElemen t.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/StrokedEleme nt.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/TextGraphicE lement.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/AdvancedLayoutFeatures.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IFill.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColor.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColorStroke.as

  • [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] 14222: ComboBox copy bug fix

    Revision: 14222
    Revision: 14222
    Author:   [email protected]
    Date:     2010-02-17 16:05:08 -0800 (Wed, 17 Feb 2010)
    Log Message:
    ComboBox copy bug fix
    http://bugs.adobe.com/jira/browse/SDK-25278 - Copying the selected text in a closed ComboBox causes it to open its drop-down
    The CopyOperation was triggering opening the dropDown. Added a listener for the TextInput "changing" event, storing the text value. Then in the change handler, we only open the dropDown if the text has changed.
    QE notes: add test
    Doc notes: n/a
    Bugs: SDK-25278
    Reviewer: Kevin
    Tests run: ComboBox, checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25278
        http://bugs.adobe.com/jira/browse/SDK-25278
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ComboBox.as

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

  • [svn:fx-trunk] 8344: Rect radius bug fix

    Revision: 8344
    Author:   [email protected]
    Date:     2009-06-26 16:58:50 -0700 (Fri, 26 Jun 2009)
    Log Message:
    Rect radius bug fix
    http://bugs.adobe.com/jira/browse/SDK-21867 -   Rect with only radiusX properly set does not render properly
    Fixed Rect?\226?\128?\153s handling of radiusX and radiusY to match the spec.
    ?\226?\128?\156If a properly specified value is provided for radiusX but not for radiusY, then the user agent processes the Rect element with the effective value for radiusY as equal to radiusX. If radiusX is not specified, or is specified as zero, then the user agent processes the Rect element as if no rounding had been specified, resulting in square corners.?\226?\128?\157
    QE Notes: Update tests
    Doc Notes: Update docs to mention this new behavior
    Bugs: SDK-21867
    Reviewer: Awaiting review
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21867
        http://bugs.adobe.com/jira/browse/SDK-21867
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Rect.as

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

  • [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

  • [svn:fx-trunk] 10275: Beta 2 bug fix.

    Revision: 10275
    Author:   [email protected]
    Date:     2009-09-15 12:13:55 -0700 (Tue, 15 Sep 2009)
    Log Message:
    Beta 2 bug fix. Remove styleProxy from SkinnableTextBase, and replace with pushing padding styles from the skin into the textDisplay.
    QE notes: -
    Doc notes: -
    Bugs: SDK-20479
    Reviewer: Jason
    Tests run: - checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20479
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableTex tBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml

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

  • [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] 11469: ASDoc localization bug fixes - Part II

    Revision: 11469
    Author:   [email protected]
    Date:     2009-11-05 10:27:49 -0800 (Thu, 05 Nov 2009)
    Log Message:
    ASDoc localization bug fixes - Part II
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/IItemRendererOwner.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutBase.as

  • [svn:fx-trunk] 12156: Various ASDoc bug fixes:

    Revision: 12156
    Revision: 12156
    Author:   [email protected]
    Date:     2009-11-24 06:17:59 -0800 (Tue, 24 Nov 2009)
    Log Message:
    Various ASDoc bug fixes:
    - localization: FLEXDOCS-1122, FLEXDOCS-1123
    - Remove stray references to 'Fx' FLEXDOCS-999
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1122
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1123
        http://bugs.adobe.com/jira/browse/FLEXDOCS-999
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/TweenEffect.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/SpinnerExa mple.mxml

  • [svn:fx-trunk] 12817: TextField measurement bug fix

    Revision: 12817
    Revision: 12817
    Author:   [email protected]
    Date:     2009-12-10 16:19:53 -0800 (Thu, 10 Dec 2009)
    Log Message:
    TextField measurement bug fix
    SDK-24560 - Scaling errors in UIFTETextField and UITextField
    Fixed the measuredHeight and measuredWidth getters in UIFTETextField and UITextField
    QE notes: None
    Doc notes: None
    Bugs: SDK-24560
    Reviewer: Chet
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24560
        http://bugs.adobe.com/jira/browse/SDK-24560
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airspark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airspark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UIFTETextField.as

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

Maybe you are looking for

  • Outgoing payment for customer ?

    Does anyone know a way to create an outgoing payment for a customer (NOT a vendor) ? I tried using BoObjectTypes.oVendorPayments as business object type and i can't ( rejects because my customer is NOT a vendor) . The only other type of payment Ican

  • Software in CD or DVD format

    I would like to get this software in CD or DVD format.

  • Problem when updating e66

    Hello all, I will explain my case, I drive to reinstall the software of my nokia E66 using Nokia OVI and the installation took a long time (over an hour) and when i tried to turn on my phone it didn't works. I wonder if it can be regulated or not? Th

  • My Safari doesn't have an empty cache

    I don't have Empty Cache as a choice under my Safari

  • Desktop app setup with Innosetup

    Hey everyone, I'm working on a game with javaFx, and to avoid the multiple dialog boxes from webstart, and some surprises related security, I'm considering to create an installer using InnoSetup, where I would add an JRE + JavaFx + App. A lot of user