From issues-return-8474-apmail-flex-issues-archive=flex.apache.org@flex.apache.org Thu Mar 5 14:51:38 2015 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 5E5D6176A7 for ; Thu, 5 Mar 2015 14:51:38 +0000 (UTC) Received: (qmail 91868 invoked by uid 500); 5 Mar 2015 14:51:38 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 91836 invoked by uid 500); 5 Mar 2015 14:51:38 -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 91826 invoked by uid 99); 5 Mar 2015 14:51:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2015 14:51:38 +0000 Date: Thu, 5 Mar 2015 14:51:38 +0000 (UTC) From: "Ad Pijnenburg (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-34777) SpinnerList SelectionIndicator visible when SpinnerList height set to 0 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-34777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ad Pijnenburg updated FLEX-34777: --------------------------------- Description: Using the new Android4 skins, when a SpinnerList's height is set to 0, the SpinnerList itself is not visible but the SpinnerList's selectionIndicator is still visible. A SpinnerList set to 0 height contains another bug: when this Spinnerlist of 0 height is placed directly below a button (e.g., in a Vgroup container with 0 gap) mouse/touch clicks on the button area below the button label are blocked. When inspecting the MouseEvent.CLICK event, the localY of a mouse click event on the button's lower half reports a negative value; as event.target a SpinnerListSkin is returned. was: Using the new Android4 skins, when a SpinnerList's height is set to 0, the SpinnerList itself is not visible but the SpinnerList's selectionIndicator is still visible (with iOS the selectionIndicator is not visible, the non-Android4 Android skins are fine as wel). A SpinnerList set to 0 height contains another bug: when this Spinnerlist of 0 height is placed directly below a button (e.g., in a Vgroup container with 0 gap) mouse/touch clicks on the button area below the button label are blocked. When inspecting the MouseEvent.CLICK event, the localY of a mouse click event on the button's lower half reports a negative value; as event.target a SpinnerListSkin is returned. > SpinnerList SelectionIndicator visible when SpinnerList height set to 0 > ----------------------------------------------------------------------- > > Key: FLEX-34777 > URL: https://issues.apache.org/jira/browse/FLEX-34777 > Project: Apache Flex > Issue Type: Bug > Components: Mobile: SpinnerList > Affects Versions: Apache Flex 4.14.0 > Environment: Apache Flex 4.14 FP16.0 AIR16.0 > Reporter: Ad Pijnenburg > Priority: Minor > Labels: android, ios7, mobile, skin > > Using the new Android4 skins, when a SpinnerList's height is set to 0, the SpinnerList itself is not visible but the SpinnerList's selectionIndicator is still visible. > A SpinnerList set to 0 height contains another bug: > when this Spinnerlist of 0 height is placed directly below a button (e.g., in a Vgroup container with 0 gap) mouse/touch clicks on the button area below the button label are blocked. > When inspecting the MouseEvent.CLICK event, the localY of a mouse click event on the button's lower half reports a negative value; as event.target a SpinnerListSkin is returned. -- This message was sent by Atlassian JIRA (v6.3.4#6332)