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 CD756108E7 for ; Sun, 13 Oct 2013 21:19:47 +0000 (UTC) Received: (qmail 81428 invoked by uid 500); 13 Oct 2013 21:19:44 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 81399 invoked by uid 500); 13 Oct 2013 21:19:43 -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 81385 invoked by uid 99); 13 Oct 2013 21:19:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Oct 2013 21:19:42 +0000 Date: Sun, 13 Oct 2013 21:19:41 +0000 (UTC) From: "Maurice Amsellem (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33818) SDK 4.10.0 bug for Spark Datagrid column resize and sort 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-33818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13793785#comment-13793785 ] Maurice Amsellem commented on FLEX-33818: ----------------------------------------- BTW, these are not "critical" issues, mere minor usability issues. Please lower the priority of the tickets. > SDK 4.10.0 bug for Spark Datagrid column resize and sort > -------------------------------------------------------- > > Key: FLEX-33818 > URL: https://issues.apache.org/jira/browse/FLEX-33818 > Project: Apache Flex > Issue Type: Bug > Components: Spark: DataGrid > Affects Versions: Apache Flex 4.10.0 > Environment: I only tested on Flash Builder 4.6 and 4.7, but expect it on others as well. > Reporter: gkk > Assignee: Maurice Amsellem > Priority: Critical > Labels: patch > Fix For: Adobe Flex SDK 4.0 (Release), Adobe Flex SDK 4.1 (Release), Adobe Flex SDK 4.5 (Release), Adobe Flex SDK 4.5.1 (Release), Adobe Flex SDK 4.6 (Release), Apache Flex 4.9.0 > > > Description > The 4.10 spark datagrid column resize and sort behavior changed from earlier releases, regarding interactions between mouse pointer and column header. > Steps to Reproduce > Problem #1: > Running the example code provided below, or using SDK 4.10 spark datagrid in your own application, left-click mouse on header column separator, and still holding down left-click button, drag mouse outside of header region, then release left-click button. > Problem #2: > Running the example code provided below, or using SDK 4.10 spark datagrid in your own application, left-click mouse on header column area to sort the column, and still holding down the left-click button, drag mouse outside of header region, then release left-click button. > Environment > Mac OSX 10.6.8, Apache Flex 4.10.0, Flash Builder 4.6 and 4.7 > Expected Behavior > Problem 1: > The column should still be able to resize when the mouse cursor leaves the header region, as long as the left-click button remains down. > Also, the default mouse pointer icon should replace the resize mouse icon when the left-click button is released outside of the header region. > Problem 2: > The column header cell should return to its mouse-up color when the left-click button is released outside of the header region. > Actual Behavior > Problem #1: > Observe that the mouse cursor does not return to the usual pointer icon (the resize-column mouse icon remains displayed). > Also, observe that the column resize stops working when the mouse icon leaves the header region. > Problem #2: > Observe that the column header background color indicates mouse-down (even though the mouse left-click was released, albeit outside the header region). > --------- run this example application to observe bugs ------------- > > xmlns:s="library://ns.adobe.com/flex/spark" > xmlns:mx="library://ns.adobe.com/flex/mx" > minWidth="600" minHeight="600"> > > Lorem Ipsum is the standard dummy text of the typesetting industry. > > > > > > > > > > > > > > > > > > > > > -- This message was sent by Atlassian JIRA (v6.1#6144)