You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Marcus Fritze (JIRA)" <ji...@apache.org> on 2015/12/17 11:05:46 UTC

[jira] [Created] (FLEX-35000) backgroundAlpha doesn't work for Container

Marcus Fritze created FLEX-35000:
------------------------------------

             Summary: backgroundAlpha doesn't work for Container
                 Key: FLEX-35000
                 URL: https://issues.apache.org/jira/browse/FLEX-35000
             Project: Apache Flex
          Issue Type: Bug
          Components: FlexJS
    Affects Versions: Apache FlexJS 0.5.0
            Reporter: Marcus Fritze
            Priority: Minor


The background-color works, but the alpha doesn't work.

Here my code:

            <js:Container id="menuBackground" x="0" y="0" width="100%">
                <js:beads>
                    <js:BasicLayout/>
                </js:beads>

                <js:style>
                    <js:SimpleCSSStyles backgroundColor="#F4F4F4" backgroundAlpha="0.5" top="0" bottom="0"/>
                </js:style>

            </js:Container>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)