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 8CAF0179D0 for ; Fri, 13 Feb 2015 16:10:14 +0000 (UTC) Received: (qmail 34987 invoked by uid 500); 13 Feb 2015 16:10:14 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 34963 invoked by uid 500); 13 Feb 2015 16:10:14 -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 34953 invoked by uid 99); 13 Feb 2015 16:10:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2015 16:10:14 +0000 Date: Fri, 13 Feb 2015 16:10:14 +0000 (UTC) From: "Les Woolsey (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (FLEX-34748) Spark ActionBar chromeColor is ignored in Flex 14 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-34748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Les Woolsey reopened FLEX-34748: -------------------------------- This change still does not work. It seems to change the border color but not the background color. > Spark ActionBar chromeColor is ignored in Flex 14 > ------------------------------------------------- > > Key: FLEX-34748 > URL: https://issues.apache.org/jira/browse/FLEX-34748 > Project: Apache Flex > Issue Type: Bug > Affects Versions: Apache Flex 4.14.0 > Environment: FLEX 14 AIR 16 IOS 8.1 > Reporter: Les Woolsey > Assignee: OmPrakash Muppirala > Labels: compatibility > Fix For: Apache Flex 4.15.0 > > > In a ViewNavigatorApplication I have the following style specified: > @namespace s "library://ns.adobe.com/flex/spark"; > > s|ActionBar { chromeColor: #404040; > titleAlign: center; > } > In Fle 13.0 and earlier, this gives me a dark gray background on my app's actionbar but in Flex 14 it gives me a white actionBar. Can anyone provide a workaround or solution? -- This message was sent by Atlassian JIRA (v6.3.4#6332)