[ 
https://issues.apache.org/jira/browse/FLEX-34193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14001160#comment-14001160
 ] 

Justin Mclean commented on FLEX-34193:
--------------------------------------

Can reproduce issue in 4.12. Here's a sample code to reproduce:
{code}
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                           xmlns:s="library://ns.adobe.com/flex/spark" 
                           xmlns:mx="library://ns.adobe.com/flex/mx"
                           xmlns:x="http://flex.apache.org/experimental/ns";>
        <s:layout>
                <s:VerticalLayout />
        </s:layout>
        
        <x:ColorPicker id="cp" />
        <s:Label text="{cp.selectedColor}" />
        
</s:Application>
{code}

> Bugs from Spark ColorPicker
> ---------------------------
>
>                 Key: FLEX-34193
>                 URL: https://issues.apache.org/jira/browse/FLEX-34193
>             Project: Apache Flex
>          Issue Type: Bug
>    Affects Versions: Apache Flex 4.12.0
>         Environment: All
>            Reporter: kevin lam
>              Labels: easyfix
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> For the class ColorPickerButtonSkin.mxml, at line 33, 
> "static private const exclusions:Array = ["icon"]"
> "icon" should be "iconDisplay" or a blank Array.
> For the class ColorPicker.as, at line 149,
> the function "onColorChange" does not change the "_selectedColor" property. 
> So, the selectedColor of that instance won't be changed  when user click on 
> the palette.
>  



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to