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 E19A910140 for ; Fri, 10 Jan 2014 04:21:54 +0000 (UTC) Received: (qmail 53503 invoked by uid 500); 10 Jan 2014 04:21:54 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 53472 invoked by uid 500); 10 Jan 2014 04:21:51 -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 53464 invoked by uid 99); 10 Jan 2014 04:21:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 04:21:51 +0000 Date: Fri, 10 Jan 2014 04:21:50 +0000 (UTC) From: "Alex Harui (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-27468) The TextArea's bounds are reported as starting at local coordinates of -18,-18 instead of 0,0! 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-27468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867483#comment-13867483 ] Alex Harui commented on FLEX-27468: ----------------------------------- I think it can be closed. > The TextArea's bounds are reported as starting at local coordinates of -18,-18 instead of 0,0! > ---------------------------------------------------------------------------------------------- > > Key: FLEX-27468 > URL: https://issues.apache.org/jira/browse/FLEX-27468 > Project: Apache Flex > Issue Type: Bug > Components: Spark: TextArea > Affects Versions: Adobe Flex SDK 4.5 (Release) > Environment: Affected OS(s): All OS Platforms > Affected OS(s): All OS Platforms > Language Found: English > Reporter: Adobe JIRA > Labels: easytest > Attachments: FLEX-27468.ZIP > > > Steps to reproduce: > > xmlns:s="library://ns.adobe.com/flex/spark" > xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" creationComplete="init()"> > > private function init(event:Event=null):void { > var bounds:Rectangle = test2.getBounds(test2); > trace(bounds); //reports (x=-18, y=-18, w=206, h=169) > } > > > > > > > > Actual Results: > (x=-18, y=-18, w=206, h=169) > > Expected Results: > (x=0, y=0, w=206, h=169) -- This message was sent by Atlassian JIRA (v6.1.5#6160)