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 8354010FC1 for ; Tue, 24 Sep 2013 11:16:22 +0000 (UTC) Received: (qmail 64847 invoked by uid 500); 24 Sep 2013 11:13:17 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 64808 invoked by uid 500); 24 Sep 2013 11:13:11 -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 64782 invoked by uid 99); 24 Sep 2013 11:13:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Sep 2013 11:13:07 +0000 Date: Tue, 24 Sep 2013 11:13:07 +0000 (UTC) From: "Stephan Plath (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (FLEX-32848) AdvancedDataGrid doesn't respect style property 'textSelectedColor' for selectionMode='singleCell' 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-32848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13776203#comment-13776203 ] Stephan Plath edited comment on FLEX-32848 at 9/24/13 11:12 AM: ---------------------------------------------------------------- I have done some time measurements for {{AdvancedDataGridBase.drawItem}} after selection changed and it results are: ~0.3 ms (before), ~0.5 ms (after). There is no or no notable performance loss in {{drawItem()}} for normal drawing (~0.23 ms). was (Author: plathine): I have done some time measurements for {{AdvancedDataGridBase.drawItem}} after selection changed and it results are: ~0.3 ms (before), ~0.5 ms (after). There is no or no notable performance loss in {{drawItem()}} for normal drawing. > AdvancedDataGrid doesn't respect style property 'textSelectedColor' for selectionMode='singleCell' > -------------------------------------------------------------------------------------------------- > > Key: FLEX-32848 > URL: https://issues.apache.org/jira/browse/FLEX-32848 > Project: Apache Flex > Issue Type: Bug > Components: Advanced Data Grid > Affects Versions: Adobe Flex SDK Previous > Environment: Affected OS(s): Windows > Affected OS(s): Windows XP > Language Found: English > Reporter: Adobe JIRA > Assignee: Cyrill Zadra > Priority: Minor > Attachments: AdvancedDataGrid-FLEX-32848.patch, AdvancedDataGridTest.mxml > > > Flex version: 3.2 > Steps to reproduce: > 1. When selectionMode="singleCell" style property 'textSelectedColor' doesn't show any effect, however 'selectionColor' property works perfectly fine. > 2. For selectionMode="singleRow" style properties 'textSelectedColor' and 'selectionColor' works perfectly fine. > > > Expected Results: > Behavior of the 'textSelectedColor' property should be consistent for selectionMode='singleCell' and 'singleRow'. -- 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