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