[ 
https://issues.apache.org/jira/browse/FLEX-19314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13772068#comment-13772068
 ] 

Naoki Hada commented on FLEX-19314:
-----------------------------------

I don't think it is "Not A Problem". What is the general solution for set 
background color? Thank you.
                
> SkinnableContainer / SkinnableDataContainer should support 
> contentBackgroundColor
> ---------------------------------------------------------------------------------
>
>                 Key: FLEX-19314
>                 URL: https://issues.apache.org/jira/browse/FLEX-19314
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: SkinnableContainer
>    Affects Versions: Adobe Flex SDK Previous
>         Environment: Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>            Assignee: Adobe JIRA
>            Priority: Minor
>
> Spark doesn't have a general container that's easy to set a background color 
> on. We've built our tooling support around setting the core 
> contentBackgroundColor style for this in the Property Inspector, but this has 
> no effect on general Spark containers such as SkinnableContainer or Group. 
> After speaking with Glenn, it seems appropriate that SkinnableContainer and 
> SkinnableDataContainer should support this.
> Steps to reproduce:
> <?xml version="1.0" encoding="utf-8"?>
> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:s="library://ns.adobe.com/flex/spark" 
> xmlns:mx="library://ns.adobe.com/flex/halo">
>       <s:SkinnableContainer x="116" y="87" width="200" height="200" 
> contentBackgroundColor="#DF6565">
>       </s:SkinnableContainer>
> </s:Application>
>  Actual Results: Does not use the color for its background
>  
>  Expected Results: Should use it

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

Reply via email to