[
https://issues.apache.org/jira/browse/FLEX-19314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13772104#comment-13772104
]
OmPrakash Muppirala commented on FLEX-19314:
--------------------------------------------
According to the docs here [1] the BorderContainer (subclass of
SkinnableContainer) is what you would use in this case.
[1]
http://help.adobe.com/en_US/flex/using/WS03d33b8076db57b9466e6a52123e854e5d5-8000.html
> 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