Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A900B2009D9 for ; Tue, 17 May 2016 19:17:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A7A621607A8; Tue, 17 May 2016 17:17:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 289381609F5 for ; Tue, 17 May 2016 19:17:14 +0200 (CEST) Received: (qmail 61282 invoked by uid 500); 17 May 2016 17:17:13 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 61189 invoked by uid 99); 17 May 2016 17:17:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2016 17:17:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E37B62C1F5C for ; Tue, 17 May 2016 17:17:12 +0000 (UTC) Date: Tue, 17 May 2016 17:17:12 +0000 (UTC) From: "Alex Harui (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (FLEX-35091) Style 'box-shadow': Compiler wrongly adds commas as separators between values MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 17 May 2016 17:17:14 -0000 [ https://issues.apache.org/jira/browse/FLEX-35091?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui reassigned FLEX-35091: --------------------------------- Assignee: Alex Harui > Style 'box-shadow': Compiler wrongly adds commas as separators between va= lues > -------------------------------------------------------------------------= ---- > > 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=C3=BCger > 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)