Ross Taylor created FLEX-34805:
----------------------------------

             Summary: 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


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