[ 
https://issues.apache.org/jira/browse/FLEX-34805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ross Taylor updated FLEX-34805:
-------------------------------
    Attachment: TestNavigator.fxp

This is a test application that demonstrates the issue.

The action bar and tab bar are incorrectly coloured grey

> Unable to set chromeColor property on TabbedViewNavigatorApplication 
> ---------------------------------------------------------------------
>
>                 Key: FLEX-34805
>                 URL: https://issues.apache.org/jira/browse/FLEX-34805
>             Project: Apache Flex
>          Issue Type: Bug
>    Affects Versions: Apache Flex 4.14.0
>         Environment: Debug app on iOS or Android device. Does not occur in 
> Air Simulator.
>            Reporter: Ross Taylor
>            Priority: Minor
>         Attachments: TestNavigator.fxp
>
>
> Previously it was possible to change the background color of the tab and 
> action bar on a TabbedViewNavigatorApplication component using the following:
> <fx:Style>
>       @namespace s "library://ns.adobe.com/flex/spark";
>       s|TabbedViewNavigator #tabBar {
>               chromeColor:#a20808;                    
>       }
>       
>       s|ActionBar
>       {                       
>               chromeColor: #004494;
>       }
>               
> </fx:Style>
> This no longer works.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to