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:09:46 UTC

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

     [ https://issues.apache.org/jira/browse/FLEX-35000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Fritze updated FLEX-35000:
---------------------------------
    Description: 
The background-color works, but the alpha doesn't work.

Here my code:

{code:xml}
            <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>
{code}

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



> 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:
> {code:xml}
>             <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>
> {code}



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