Hi guys,
first thanks for your support, I really appreciate it!

Coming back to HTML after years of Flex/Flash I definitely notice that I've
some start-up difficulties and it seems that it is always a good idea to
look at the generated HTML stuff in every respect ;-)

After checking the debug version I've found the reason for the issue:
Seems that the compiler adds commas as separators to the "box-shadow" style
values wich is not accepted by any browser:

MXML code:
box-shadow: 5px 5px 5px #888; 

Transpiled code:
box-shadow : 5px, 5px, 5px, #888;

I'll file a JIRA ticket.

Thanks,
Olaf



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/FlexJS-How-to-create-a-div-with-a-shadow-style-tp12682p12704.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to