Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 34AC7200CDA for ; Fri, 4 Aug 2017 17:34:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 328AE16DBC2; Fri, 4 Aug 2017 15:34:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 745A616DBC1 for ; Fri, 4 Aug 2017 17:34:11 +0200 (CEST) Received: (qmail 99577 invoked by uid 500); 4 Aug 2017 15:34:10 -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 99568 invoked by uid 99); 4 Aug 2017 15:34:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2017 15:34:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 39B331805B5 for ; Fri, 4 Aug 2017 15:34:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Ko6OEJVh4q6M for ; Fri, 4 Aug 2017 15:34:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id BE7D661163 for ; Fri, 4 Aug 2017 15:34:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D3092E0E81 for ; Fri, 4 Aug 2017 15:34:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5A8AC24DD5 for ; Fri, 4 Aug 2017 15:34:01 +0000 (UTC) Date: Fri, 4 Aug 2017 15:34:01 +0000 (UTC) From: "Alex Harui (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-31948) When all the columns are invisible, pressing any character Key throws RTE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 04 Aug 2017 15:34:12 -0000 [ https://issues.apache.org/jira/browse/FLEX-31948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui updated FLEX-31948: ------------------------------ Fix Version/s: (was: Apache Flex 4.16.0) Apache Flex 4.17.0 > When all the columns are invisible, pressing any character Key throws RTE > ------------------------------------------------------------------------- > > Key: FLEX-31948 > URL: https://issues.apache.org/jira/browse/FLEX-31948 > 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 > Priority: Minor > Fix For: Adobe Flex SDK Previous, Apache Flex 4.17.0 > > > Steps to reproduce: > 1. Compile and run the below sample piece of code > > > > import mx.collections.ArrayCollection; > [Bindable] > public var myComponentAC:ArrayCollection = new ArrayCollection([ > {product:"Procuct ", description:"Description 2 " , abcd:"oaak", efgh:"Yes", price:"2 " }, > {product:"Procuct 3 " ,description:"Description 4 ", abcd:"o23k" ,efgh:"Yes" ,price:"3 "}, > { product:"Procuct 4 " ,description:"Description 4 " , abcd:"oaak", efgh:"Yes", price:"4 " }, > {product:"Procuct 5 " ,description:"Description 5 " , abcd:"23ok" ,efgh:"no" ,price:"5 " }, > {product:"Procuct 6 " ,description:"Description 6 " , abcd:"2222" ,efgh:"no", price:"6 " }, > {product:"Procuct 7 " ,description:"Description 7 " , abcd:"#$%^" ,efgh:"no" ,price:"7 " } ]); > ]] > > > > > > > > > > > > > > 2. Focus on the DataGrid > 3. Press any character key. Below RTE is thrown > TypeError: Error #1010: A term is undefined and has no properties. > at mx.controls::AdvancedDataGridBaseEx/itemToLabel()[C:\Work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:5954] > at mx.controls.listClasses::AdvancedListBase/findStringLoop()[C:\Work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\listClasses\AdvancedListBase.as:7146] > at mx.controls.listClasses::AdvancedListBase/findString()[C:\Work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\listClasses\AdvancedListBase.as:7133] > at mx.controls::AdvancedDataGridBaseEx/findKey()[C:\Work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:1631] > at mx.controls.listClasses::AdvancedListBase/keyDownHandler()[C:\Work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\listClasses\AdvancedListBase.as:7373] > at mx.controls::AdvancedDataGridBaseEx/keyDownHandler()[C:\Work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:5925] > at mx.controls::AdvancedDataGrid/keyDownHandler()[C:\Work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGrid.as:3505] > > Actual Results: When all the columns are invisible, pressing any character Key throws RTE > > > Expected Results: No RTE > > > Workaround (if any): none > -- This message was sent by Atlassian JIRA (v6.4.14#64029)