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 7FAD310625 for ; Fri, 16 Aug 2013 00:53:02 +0000 (UTC) Received: (qmail 38609 invoked by uid 500); 16 Aug 2013 00:52:09 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 38511 invoked by uid 500); 16 Aug 2013 00:51:58 -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 38486 invoked by uid 99); 16 Aug 2013 00:51:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Aug 2013 00:51:47 +0000 Date: Fri, 16 Aug 2013 00:51:47 +0000 (UTC) From: "Mark Kessler (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33665) ItemEditors are placed on the wrong position after scrolling an editable Spark Datagrid MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33665?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1374= 1746#comment-13741746 ]=20 Mark Kessler commented on FLEX-33665: ------------------------------------- Ok I've commited it to the sdk since it's working and mustella is coming up= clean. I'll swap over to the scrolling issue posted on Flex-33666 and con= tinue that work there. =20 > ItemEditors are placed on the wrong position after scrolling an editable = Spark Datagrid > -------------------------------------------------------------------------= -------------- > > Key: FLEX-33665 > URL: https://issues.apache.org/jira/browse/FLEX-33665 > Project: Apache Flex > Issue Type: Bug > Components: Spark: DataGrid > Affects Versions: Apache Flex 4.10.0 > Environment: All > Reporter: Jo=C3=A3o Saleiro > Assignee: Mark Kessler > Priority: Critical > Labels: datagrid, itemeditor > Fix For: Apache Flex Next > > Original Estimate: 4h > Remaining Estimate: 4h > > Create the simplest Datagrid possible and make it editable. If you click = on a cell after scrolling the datagrid, the item editor will be placed on a= wrong position, out of the Datagrid. > Here's what's happening: http://www.boonzi.com/public/flex/datagrid/bug.p= ng > The code is as simple as: > > > > > > > > > > import mx.collections.ArrayCollection; > [Bindable] > private var dgArray:ArrayCollection =3D new ArrayCollection([= { Artist: 'Pavement', Album: 'Slanted and Enchanted', Price: 11.99 }, { Art= ist: 'Pavement', Album: 'Slanted and Enchanted', Price: 11.99 }, { Artist: = 'Pavement', Album: 'Slanted and Enchanted', Price: 11.99 }, { Artist: 'Pave= ment', Album: 'Slanted and Enchanted', Price: 11.99 }, { Artist: 'Pavement'= , Album: 'Slanted and Enchanted', Price: 11.99 }, { Artist: 'Pavement', Alb= um: 'Slanted and Enchanted', Price: 11.99 }, { Artist: 'Pavement', Album: '= Slanted and Enchanted', Price: 11.99 }, { Artist: 'Pavement', Album: 'Slant= ed and Enchanted', Price: 11.99 }, { Artist: 'Pavement', Album: 'Slanted an= d Enchanted', Price: 11.99 }, { Artist: 'Pavement', Album: 'Slanted and Enc= hanted', Price: 11.99 }, { Artist: 'Pavement', Album: 'Slanted and Enchante= d', Price: 11.99 }, { Artist: 'Pavement', Album: 'Brighten the Corners', Pr= ice: 11.99 }]); > ]]> > > Simply scroll down, and then click any cell to edit it. The itemEditor wi= ll be placed on the wrong position. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira