Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2BEE21012A for ; Fri, 28 Mar 2014 02:35:28 +0000 (UTC) Received: (qmail 26400 invoked by uid 500); 28 Mar 2014 02:04:37 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 26167 invoked by uid 500); 28 Mar 2014 02:04:29 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 25897 invoked by uid 99); 28 Mar 2014 02:04:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2014 02:04:20 +0000 Date: Fri, 28 Mar 2014 02:04:20 +0000 (UTC) From: "Justin Mclean (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-34193) Bugs from Spark ColorPicker MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-34193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-34193: --------------------------------- Labels: easyfix (was: ) > 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)