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

[jira] [Resolved] (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 ]

OmPrakash Muppirala resolved FLEX-34805.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: Apache Flex 4.14.1
         Assignee: OmPrakash Muppirala

This issue was fixed as part of https://issues.apache.org/jira/browse/FLEX-34748

You can get the fix in the next release: 4.14.1

> 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
>            Assignee: OmPrakash Muppirala
>            Priority: Minor
>             Fix For: Apache Flex 4.14.1
>
>         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)