[svn:fx-trunk] 5170: Round 2 of bug fixes for the Spark skins for Halo components.

Revision: 5170
Author: [email protected]
Date: 2009-03-04 17:50:32 -0800 (Wed, 04 Mar 2009)
Log Message:
Round 2 of bug fixes for the Spark skins for Halo components. Thanks to Alex for help with the data grid issues.
Bugs fixed:
SDK-19655 - Setting rowCount property on DataGrid causes extra blank row to be displayed
SDK-19652 - Items in a DataGrid do not line up after scrolling.
SDK-19605 - disabled Halo ColorPicker with Gumbo skin draws too dark
SDK-19596 - When you have a single button on an Alert, the left edge looks flatter than the right
SDK-19585 - Menus compiled with the halo theme in Flex 4 have a different backgroundColor than in Flex 3
SDK-19665 - Halo List with Gumbo skin doesnt draw the alternating item color all the way to the right edge of the control if VScrollBar is present
SDK-19651 - odd header rendering issue on Halo DataGrid with Gumbo skin
QA Notes: The alert layout code was positioning the buttons/text on sub-pixel boundaries if the width or height of the alert was an odd number of pixels. We always snap to pixel boundaries now, but this may cause bitmap compare issues with Alert.
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-19655
http://bugs.adobe.com/jira/browse/SDK-19652
http://bugs.adobe.com/jira/browse/SDK-19605
http://bugs.adobe.com/jira/browse/SDK-19596
http://bugs.adobe.com/jira/browse/SDK-19585
http://bugs.adobe.com/jira/browse/SDK-19665
http://bugs.adobe.com/jira/browse/SDK-19651
Modified Paths:
flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/alertClasses/AlertForm.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollControlBase.as
flex/sdk/trunk/frameworks/projects/halo/defaults.css
flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/ColorPickerSkin.mxml

Similar Messages

  • [svn:fx-trunk] 5152: First pass of bug fixes for the Spark skins for Halo components.

    Revision: 5152
    Author: [email protected]
    Date: 2009-03-03 13:18:45 -0800 (Tue, 03 Mar 2009)
    Log Message:
    First pass of bug fixes for the Spark skins for Halo components.
    Bugs:
    SDK-19963 - themeColor should not affect rollOverColor or selectionColor in flex 4
    SDK-19654 - Spark skin for the Halo ComboBox dropdown needs a drop shadow
    SDK-19637 - Halo HScrollBar/VScrollBar controls dont render correctly when specifying includeIn states
    SDK-19634 - Halo ProgressBar default size is very different when using Halo vs Gumbo theme
    SDK-19626 - Flicker when toggling enabled property on Halo TabBar control with Gumbo skin
    SDK-19556 - selected Halo CheckBox and RadioButton icons briefly flicker when you roll over them
    SDK-19658 - Halo ComboBox with Gumbo skin has an odd flicker
    Doc/QA Notes: The fix for SDK-19963 includes a compatibility-version check. When compatibility-version < 4, setting themeColor implicitly sets rollOverColor and selectionColor, if they have not been set. When compatibility-version >= 4, you must explicitly set rollOverColor and selectionColor, even when using the Halo theme.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19963
    http://bugs.adobe.com/jira/browse/SDK-19654
    http://bugs.adobe.com/jira/browse/SDK-19637
    http://bugs.adobe.com/jira/browse/SDK-19634
    http://bugs.adobe.com/jira/browse/SDK-19626
    http://bugs.adobe.com/jira/browse/SDK-19556
    http://bugs.adobe.com/jira/browse/SDK-19658
    http://bugs.adobe.com/jira/browse/SDK-19963
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxApplication.as
    flex/sdk/trunk/frameworks/projects/framework/defaults.css
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RectangularDropShadow.as
    flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/BorderSkin.mxml
    flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/ProgressBarTrackSkin.mxm l

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

  • [svn:fx-trunk] 9215: Event Propagation bug fix

    Revision: 9215
    Author:   [email protected]
    Date:     2009-08-10 17:30:21 -0700 (Mon, 10 Aug 2009)
    Log Message:
    Event Propagation bug fix
    http://bugs.adobe.com/jira/browse/SDK-21044 - Spark Components should use event.preventDefault instead of event.stopPropagation
    Since keyboard are now cancellable, the Spark components should use event.preventDefault() / event.isDefaultPrevented()  instead of event.stopPropagation. I updated ButtonBar, RadioButton, and DropDownList to use preventDefault(). Also cleaned up Slider and Spinner to always assume the event is cancellable.
    QE notes: Add tests with these components inside of scrollable containers
    Doc notes: None
    Bugs: SDK-21044
    Reviewer: Hans
    Tests run: Slider, Spinner, RadioButton, ButtonBar, DropDownList
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21044
        http://bugs.adobe.com/jira/browse/SDK-21044
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RadioButton.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Spinner.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DropDownCont roller.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Slider.as

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

  • [svn:fx-trunk] 11208: More styling bug fixes:

    Revision: 11208
    Author:   [email protected]
    Date:     2009-10-27 16:30:03 -0700 (Tue, 27 Oct 2009)
    Log Message:
    More styling bug fixes:
    - Add borderAlpha, borderColor, and borderVisible to NumericStepper
    - Make LinkButtonSkin respond to cornerRadius, rollOverColor, and selectionColor
    - Draw opaque white background behind data grid header so contentBackgroundColor doesn't bleed through
    - ItemRenderer/DefaultItemRenderer no longer draw contentBackgroundColor. In the "normal" states, the background of the renderer is transparent so the skin background color shows through.
    QE Notes: 5 DataGrid bitmaps need to be regenerated.
    Doc Notes: None
    Bugs: SDK-23437, SDK-23367, SDK-23351, SDK-23345, SDK-23339
    Reviewer: Kevin, Ryan
    API Change: no
    Is noteworthy for integration: No
    tests: checkintests gumbo/components/NumericStepper components/DataGrid
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23437
        http://bugs.adobe.com/jira/browse/SDK-23367
        http://bugs.adobe.com/jira/browse/SDK-23351
        http://bugs.adobe.com/jira/browse/SDK-23345
        http://bugs.adobe.com/jira/browse/SDK-23339
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NumericStepper.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer .as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultItemRenderer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/NumericStepperSkin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/DataGridHeaderBackground Skin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/LinkButtonSkin.mxml

    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: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] 8581: asdoc edits: bug fix FLEXDOCS-1000

    Revision: 8581
    Author:   [email protected]
    Date:     2009-07-15 08:47:47 -0700 (Wed, 15 Jul 2009)
    Log Message:
    asdoc edits: bug fix FLEXDOCS-1000
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1000
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RadioButton.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Spinner.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Slider.as

  • [svn:fx-trunk] 12886: SpriteVisualElement globalToLocal bug fix

    Revision: 12886
    Revision: 12886
    Author:   [email protected]
    Date:     2009-12-12 17:35:34 -0800 (Sat, 12 Dec 2009)
    Log Message:
    SpriteVisualElement globalToLocal bug fix
    SDK-24477 - resized SpriteVisualElement returns the incorrect point when calling globalToLocal
    Updated GroupBase and SpriteVisualElement to ignore stretchX and stretchY when calculating globalToLocal and localToGlobal
    QE notes: Add tests for globalToLocal and localToGlobal
    Doc notes: none
    Bugs: SDK-24477
    Reviewer: Evtim
    Tests run: checkintests, primitives, Group
    Is noteworthy for integration: Yes. Fixes TH-8488
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24477
        http://bugs.adobe.com/jira/browse/SDK-24477
        http://bugs.adobe.com/jira/browse/TH-8488
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as

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

  • [svn:fx-trunk] 9183: Transform matrix bug fix

    Revision: 9183
    Author:   [email protected]
    Date:     2009-08-07 15:25:44 -0700 (Fri, 07 Aug 2009)
    Log Message:
    Transform matrix bug fix
    http://bugs.adobe.com/jira/browse/SDK-22390 - Color transform is incorrectly applied in MXML Graphics
    For a component or graphic, specifying a transform without an explicit matrix declaration was overriding the convenience transform properties.
    The new behavior is to only apply the transform?\226?\128?\153s matrix to the component or graphic if it was explicitly specified.
    QE notes: Add test case
    Doc notes: Explain that transform matrix will only apply if explicitly set
    Bugs: SDK-22390
    Reviewer: Glenn
    Tests run: spark primitives
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22390
        http://bugs.adobe.com/jira/browse/SDK-22390
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/Transform.as
        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

Maybe you are looking for

  • No Contact Name On New SMS

    I never noticed till I seen another post about not being able to see who sent me a sms text.  I have looked in the other options from the previous post but my 8530 does not apear to have those settings any other ideas?  Carrier is Us Cellular if that

  • How can I create a shortcut to a tools menu option?

    I use the clone stamp and the brush tool regularly. Each of these tools provides a Mode: dropdown list to select from in their menu bar. The drop down options I use most frequently are Lighten and Darken. I would like to create short cuts to Lighten

  • Calling class via an Applet, Java stored within database

    I don't know if this is the right place to post, but. I'm trying to create an Applet that references a JAVA class stored in the database. My code looks something like this: <applet code="Hello.class" codebase="http://www.somesite.com/pls/dad/" width=

  • Oracle RDBMS Screen is missing.

    Dear Experts, Our Problem is, while Installing ERP6.0 it asks for Oracle Client instead of Oracle RDBMS. That Oracle RDBMS Screen is missing. So it doesn't create database and subsequent folder under /oracle/stage/102_64. We have Downloaded the file

  • Battery in iPhone 3g Dying?

    Recently gave my Dad my son's iPhone 3g but yesterday, after taking about 7 photos my Dad informed me that the battery lost a lot of power.  Will Apple replace the battery or is it something that he will have to do himself?  The phone is no longer in