Dan created FLEX-33276: -------------------------- Summary: SplitViewNavigator ignores backgroundAlpha value Key: FLEX-33276 URL: https://issues.apache.org/jira/browse/FLEX-33276 Project: Apache Flex Issue Type: Bug Components: Mobile: SplitViewNavigator Affects Versions: Apache Flex 4.8 (parity release) Environment: Windows dev, creating a Mobile AIR project Reporter: Dan Priority: Minor
The SplitViewNavigator component ignores the backgroundAlpha value. I'm certain of this because I set the backgroundAlpha="0" and the backgroundColor="0xFF0000" and tested it and saw a big red screen. I copied the SplitViewNavigatorSkin code into my own skin and set the backgroundAlpha to 0 by changing line 132 -> graphics.beginFill(color, 0); -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira