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 A152D1086D for ; Sat, 20 Jul 2013 00:20:48 +0000 (UTC) Received: (qmail 81180 invoked by uid 500); 20 Jul 2013 00:20:48 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 81160 invoked by uid 500); 20 Jul 2013 00:20:48 -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 81152 invoked by uid 99); 20 Jul 2013 00:20:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 00:20:48 +0000 Date: Sat, 20 Jul 2013 00:20:48 +0000 (UTC) From: "Justin Mclean (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-27726) Scale grid values on an embedded backgroundImage of a BorderContainer are ignored 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-27726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13714258#comment-13714258 ] Justin Mclean commented on FLEX-27726: -------------------------------------- Confirmed still an issue in Apache Flex 4.10 develop branch. > Scale grid values on an embedded backgroundImage of a BorderContainer are ignored > --------------------------------------------------------------------------------- > > Key: FLEX-27726 > URL: https://issues.apache.org/jira/browse/FLEX-27726 > Project: Apache Flex > Issue Type: Bug > Components: Spark: BorderContainer > Affects Versions: Adobe Flex SDK Previous > Environment: Affected OS(s): All OS Platforms > Language Found: English > Reporter: Adobe JIRA > Assignee: Adobe JIRA > Priority: Minor > Labels: easyfix, easytest > Attachments: Top_Bottom_Bar_Sub.png > > > Steps to reproduce: > 1. Compile and run this application: > xmlns:s="library://ns.adobe.com/flex/spark"> > > > > > > width="100%" height="100%" > source="@Embed(source='Top_Bottom_Bar_Sub.png',scaleGridLeft='150',scaleGridRight='650',scaleGridTop='25',scaleGridBottom='26')"/> > > width="100%" height="100%" > backgroundImage="@Embed(source='Top_Bottom_Bar_Sub.png',scaleGridLeft='150',scaleGridRight='650',scaleGridTop='25',scaleGridBottom='26')"/> > > > 2. > 3. > > Actual Results: > > The image respects the scale grids. The BorderContainer does not. > > Expected Results: > > The BorderContainer should respect the scale grids. > > Workaround (if any): > > From comments below: > The workaround is to add an Image as the first child of the BorderContainer instead of using backgroundImage when setting scale grid. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira