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 03F9B10740 for ; Tue, 27 Aug 2013 23:27:52 +0000 (UTC) Received: (qmail 79956 invoked by uid 500); 27 Aug 2013 23:27:51 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 79941 invoked by uid 500); 27 Aug 2013 23:27: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 79933 invoked by uid 99); 27 Aug 2013 23:27:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 23:27:51 +0000 Date: Tue, 27 Aug 2013 23:27:51 +0000 (UTC) From: "Mark Kessler (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33666) When scrolling a Spark Datagrid with the mousewheel after starting an itemEditor session, the itemEditor doesn't follow it's cell 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-33666?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1375= 1875#comment-13751875 ]=20 Mark Kessler commented on FLEX-33666: ------------------------------------- fix passes mustella components/Datagrid... checkintests. build sdk successful. =20 > When scrolling a Spark Datagrid with the mousewheel after starting an ite= mEditor session, the itemEditor doesn't follow it's cell > -------------------------------------------------------------------------= -------------------------------------------------------- > > Key: FLEX-33666 > URL: https://issues.apache.org/jira/browse/FLEX-33666 > Project: Apache Flex > Issue Type: Bug > Components: Spark: DataGrid > Affects Versions: Apache Flex 4.10.0 > Environment: AIR 3.8, Windows 8. > Reporter: Jo=C3=A3o Saleiro > Assignee: Mark Kessler > Labels: datagrid, itemeditor > Original Estimate: 2h > Remaining Estimate: 2h > > Create a simple editable Spark Datagrid that has enough lines to make the= scroller appear. Click a cell to start it's editing session, then scroll t= he Datagrid using the mousewheel.=20 > The item Editor doesn't follow it's cell. > I also happens if focusEnabled =3D false in the DataGrid, and you scroll = it normally (you don't need to use the mousewheel). > =20 > =20 > =20 > =20 > =20 > =20 > =20 > =20 > =20 > import mx.collections.ArrayCollection;=20 > [Bindable]=20 > 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 }]);=20 > ]]>=20 > =20 -- 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