Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED6EAD3E0 for ; Wed, 22 Aug 2012 09:09:42 +0000 (UTC) Received: (qmail 80680 invoked by uid 500); 22 Aug 2012 09:09:42 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 80288 invoked by uid 500); 22 Aug 2012 09:09:41 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 80172 invoked by uid 99); 22 Aug 2012 09:09:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2012 09:09:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1E9FC2C08CE for ; Wed, 22 Aug 2012 09:09:40 +0000 (UTC) Date: Wed, 22 Aug 2012 20:09:40 +1100 (NCT) From: "Al Birdy (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <596146457.38889.1345626580126.JavaMail.jiratomcat@arcas> In-Reply-To: <863475815.18427.1345118257889.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (FLEX-33169) Spark List selection on mobile doesn't work properly 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-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439369#comment-13439369 ] Al Birdy commented on FLEX-33169: --------------------------------- Tested it on the iPad2 and scrolling is not the issue, the List.touchInteractionStartHandler() is not getting called in case of a non-commited selection. It is called in case you select an item and scroll, in that case the selection is reversed to the previously selected item, just the way it should be, so nothing wrong there. Also, I have to revise my initial statement about the affected environments, Android does not seem to be affected. I just tested it on a Motorola XOOM and couldn't replicate the issue. Seems like an iOS specific bug. > Spark List selection on mobile doesn't work properly > ---------------------------------------------------- > > Key: FLEX-33169 > URL: https://issues.apache.org/jira/browse/FLEX-33169 > Project: Apache Flex > Issue Type: Bug > Components: Spark: List > Affects Versions: Adobe Flex SDK 4.5.1 (Release), Adobe Flex SDK 4.6 (Release) > Environment: iOS 5.x, Android 3.2/4.0, Air 3.0 - 3.3 > Reporter: Al Birdy > > The touch selection of list items on the actual device does not work properly. > Sometimes, even though the touch has definitely been recognized by the device, the list selection change isn't committed, instead the previously selected item remains selected. > To reproduce the issue, please set up a new Flex mobile project and add the most basic list with inline renderer to a view: > > > > > ..... > > > > > Deploy the app to an actual device (this bug does NOT appear in the emulator!) and randomly try to select items, scroll the list, select again and so on. You'll notice that the down color is sometimes set, but the selection isn't changed. > For a more detailed description of this bug please see http://stackoverflow.com/questions/11740074/selection-on-spark-mobile-list-only-works-3-out-of-4-times -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira