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 4D62410FEB for ; Sat, 2 Nov 2013 21:25:17 +0000 (UTC) Received: (qmail 58662 invoked by uid 500); 2 Nov 2013 21:25:17 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 58642 invoked by uid 500); 2 Nov 2013 21:25:17 -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 58635 invoked by uid 99); 2 Nov 2013 21:25:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Nov 2013 21:25:17 +0000 Date: Sat, 2 Nov 2013 21:25:17 +0000 (UTC) From: "Maurice Amsellem (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33867) DataGrid row doesnt resized on hovered - with custom itemRenderer and dg.variableRowHeight=true 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-33867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812182#comment-13812182 ] Maurice Amsellem commented on FLEX-33867: ----------------------------------------- ok. Looking at it now... > DataGrid row doesnt resized on hovered - with custom itemRenderer and dg.variableRowHeight=true > ----------------------------------------------------------------------------------------------- > > Key: FLEX-33867 > URL: https://issues.apache.org/jira/browse/FLEX-33867 > Project: Apache Flex > Issue Type: Bug > Components: Spark: DataGrid > Affects Versions: Apache Flex 4.11.0 > Reporter: Sebastian Wichmann > Priority: Minor > Labels: Datagrid, gridrowheight > Fix For: Apache Flex 4.9.0 > > Attachments: TestItemRenderer.mxml, TestProject.mxml > > > I create a itemRenderer with a hovered state. On hovered I wanna change the size of this itemRenderer but the row doesnt resized. > For example, see attached files. > Workaround: > Call on resize: > grid.invalidateDisplayList(); -- This message was sent by Atlassian JIRA (v6.1#6144)