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 E8D71200C06 for ; Fri, 13 Jan 2017 02:36:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E5DBD160B4C; Fri, 13 Jan 2017 01:36:08 +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 3DB47160B40 for ; Fri, 13 Jan 2017 02:36:08 +0100 (CET) Received: (qmail 94709 invoked by uid 500); 13 Jan 2017 01:36:07 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 94697 invoked by uid 99); 13 Jan 2017 01:36:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2017 01:36:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 71DCDC023D for ; Fri, 13 Jan 2017 01:36:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id PJD1UXCcJBR8 for ; Fri, 13 Jan 2017 01:36:05 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1024D5FAF8 for ; Fri, 13 Jan 2017 01:36:05 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id F276F12FBF08E for ; Thu, 12 Jan 2017 18:35:55 -0700 (MST) Date: Thu, 12 Jan 2017 17:35:25 -0800 (PST) From: Nemi To: users@flex.apache.org Message-ID: <1484271325938-14480.post@n4.nabble.com> Subject: Keyboard navigation in Spark Datagrid from SDK 4.15 doesn not work until TAB-ed somewhere MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Fri, 13 Jan 2017 01:36:09 -0000 After selecting one row in Spark Datagrid, and pressing up or down keys on keyboard, nothing happens. It works ok after tabbed somewhere. I traced 4 values to track this, who has focus after events: focusOut, focusIn, mouseFocusChange and keyFocusChange. Only clue I found is that key nav in Datagrid works properly after keyFocusChange happend once (press tab once). Could be related to https://issues.apache.org/jira/browse/FLEX-24334 but right now can't open it as server is in maintenance. How to fix this? What can it be that blocks first key press? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Keyboard-navigation-in-Spark-Datagrid-from-SDK-4-15-doesn-not-work-until-TAB-ed-somewhere-tp14480.html Sent from the Apache Flex Users mailing list archive at Nabble.com.