You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Ross Taylor (JIRA)" <ji...@apache.org> on 2015/03/18 19:26:38 UTC

[jira] [Updated] (FLEX-34805) Unable to set chromeColor property on TabbedViewNavigatorApplication

     [ 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)