Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 67560D25F for ; Thu, 29 Nov 2012 14:37:01 +0000 (UTC) Received: (qmail 41023 invoked by uid 500); 29 Nov 2012 14:37:00 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 40746 invoked by uid 500); 29 Nov 2012 14:37:00 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 40616 invoked by uid 99); 29 Nov 2012 14:36:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 14:36:59 +0000 Date: Thu, 29 Nov 2012 14:36:59 +0000 (UTC) From: "Petteri Tuovila (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <2002542855.40003.1354199819210.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (FLEX-33282) Performance issue with multiple item renderers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Petteri Tuovila created FLEX-33282: -------------------------------------- Summary: Performance issue with multiple item renderers Key: FLEX-33282 URL: https://issues.apache.org/jira/browse/FLEX-33282 Project: Apache Flex Issue Type: Bug Components: Spark: DataGrid Affects Versions: Adobe Flex SDK 4.6 (Release) Environment: At least on mac Reporter: Petteri Tuovila The problem is that the ItemRenderer's prepare is called for every visible ItemRenderer when the mouse is moved over the grid and when starting and finishing item editing. Of course that prepare function should be called when the renderers are first brought to stage at the initialization and when you scroll up or down outside the screen when the renderers are recycled. We are using datasets that well fit the screen with multiple columns so this can really make the program a little sluggish to use. When starting to edit there's easily a second or two delay before editor appears, after the indicator catches up with the mouse. -- 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