Olaf Krüger created FLEX-35091:
----------------------------------
Summary: 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
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)