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 6A3AF1004A for ; Wed, 19 Feb 2014 00:01:53 +0000 (UTC) Received: (qmail 26604 invoked by uid 500); 19 Feb 2014 00:01:34 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 26527 invoked by uid 500); 19 Feb 2014 00:01:31 -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 26405 invoked by uid 99); 19 Feb 2014 00:01:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 00:01:20 +0000 Date: Wed, 19 Feb 2014 00:01:20 +0000 (UTC) From: "Paul Whitelock (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33832) spark DataGrid editors do not work for cells that must be scrolled to 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-33832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904838#comment-13904838 ] Paul Whitelock commented on FLEX-33832: --------------------------------------- This issue is not fixed in 4.11 if focusEnabled is set to FALSE on the DataGrid. > spark DataGrid editors do not work for cells that must be scrolled to > --------------------------------------------------------------------- > > Key: FLEX-33832 > URL: https://issues.apache.org/jira/browse/FLEX-33832 > Project: Apache Flex > Issue Type: Bug > Components: Spark: DataGrid > Affects Versions: Apache Flex 4.10.0 > Environment: Windows 7, Mac OS 10.8.5 > Reporter: Michael O'Keefe > Assignee: Mark Kessler > Labels: DataGrid, Editable, Grid, GridItemEditor > Fix For: Apache Flex 4.11.0 > > Attachments: SimpleCellEditor.mxml > > > Expected behavior: > When editing a spark datagrid with editable cells that has a scrollbar due to cells being out of view, I expect to be able to click on any cell to have a text edit window (or custom editor) display. The edit item should stay with the cell if the user scrolls the datagrid while the edit item is active. > Actual behavior: > When clicking to edit any cell on a scrollable grid, all cells within the initial view (that is, without requiring you to scroll down) can be clicked to edit as normal. However, by scrolling a little bit down, edit windows begin to display several cells BELOW the clicked cell. If one scrolls further and clicks on the cell, no edit window appears anywhere giving the impression that the cell is not responding to edits. Furthermore, with any cell, if you successfully start and item editor, if the user scrolls the grid, the item editor stays stationary while the grid of cells scrolls under it. I would have expected the item editor to scroll with the cell it is attached to... -- This message was sent by Atlassian JIRA (v6.1.5#6160)