From issues-return-11360-apmail-flex-issues-archive=flex.apache.org@flex.apache.org Wed Dec 14 17:01:04 2016 Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A57F19C24 for ; Wed, 14 Dec 2016 17:01:03 +0000 (UTC) Received: (qmail 31980 invoked by uid 500); 14 Dec 2016 17:01:03 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 31934 invoked by uid 500); 14 Dec 2016 17:01:03 -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 31913 invoked by uid 99); 14 Dec 2016 17:01:03 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2016 17:01:03 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D433C2C03E4 for ; Wed, 14 Dec 2016 17:01:02 +0000 (UTC) Date: Wed, 14 Dec 2016 17:01:02 +0000 (UTC) From: "Peter Ent (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-35205) style properties are ignored in swf mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-35205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ent resolved FLEX-35205. ------------------------------ Resolution: Fixed Fix Version/s: Apache FlexJS 0.8.0 This fixes a coding error that prevented backgroundColor from being set on a Label. This also adds partial support for border style to Label (or any CSSTextField-based components). There are limitations with this fix: 1. Inline style, as suggested by the example in the problem description is not supported. You must use className attribute and specify the style in CSS or block. 2. Only border: px solid ; is supported in that order. > style properties are ignored in swf mode > ---------------------------------------- > > Key: FLEX-35205 > URL: https://issues.apache.org/jira/browse/FLEX-35205 > Project: Apache Flex > Issue Type: Bug > Components: FlexJS > Affects Versions: Apache FlexJS 0.7.0, Apache FlexJS 0.8.0 > Reporter: Pan Li > Fix For: Apache FlexJS 0.8.0 > > > {code} > > {code} > above code shows a border around the label in javascript mode > the border is missing in swf mode -- This message was sent by Atlassian JIRA (v6.3.4#6332)