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

Alex Harui resolved FLEX-35091.
-------------------------------
    Resolution: Fixed

088cea00aa1becb83c55445686b9d034d803135a

> Style 'box-shadow': Compiler wrongly adds commas as separators between values
> -----------------------------------------------------------------------------
>
>                 Key: FLEX-35091
>                 URL: https://issues.apache.org/jira/browse/FLEX-35091
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: FlexJS
>    Affects Versions: Apache FlexJS 0.7.0
>         Environment: WIndows 7 64bit, FB 4.7
>            Reporter: Olaf Krüger
>            Assignee: Alex Harui
>             Fix For: Apache FlexJS 0.7.0
>
>
> MXML:
>         .testStyle{
>             box-shadow: 5px 5px 5px #888;
>         }
> Transpiled Code:
>         .testStyle{
>             box-shadow: 5px, 5px, 5px, #888;
>         }
> @See:
> http://www.w3schools.com/cssref/css3_pr_box-shadow.asp



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

Reply via email to