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 86838104ED for ; Fri, 18 Oct 2013 09:49:52 +0000 (UTC) Received: (qmail 48369 invoked by uid 500); 18 Oct 2013 09:49:04 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 48070 invoked by uid 500); 18 Oct 2013 09:48:51 -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 47767 invoked by uid 99); 18 Oct 2013 09:48:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Oct 2013 09:48:42 +0000 Date: Fri, 18 Oct 2013 09:48:42 +0000 (UTC) From: "Maurice Amsellem (old) (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (FLEX-28934) Modal windows aren't modal on Mobile devices 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-28934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Amsellem (old) closed FLEX-28934. ----------------------------------------- Resolution: Fixed Fix Version/s: Apache Flex 4.9.0 Assignee: (was: Maurice Amsellem) > Modal windows aren't modal on Mobile devices > -------------------------------------------- > > Key: FLEX-28934 > URL: https://issues.apache.org/jira/browse/FLEX-28934 > Project: Apache Flex > Issue Type: Bug > Components: PopUp Manager > Affects Versions: Adobe Flex SDK 4.5.1 (Release) > Environment: Affected OS(s): All OS Platforms > Affected OS(s): All OS Platforms > Browser: Other (specify version) > Language Found: English > Reporter: Adobe JIRA > Fix For: Apache Flex 4.9.0 > > Attachments: ModalTest.fxp > > > *NOTE* Even though I marked "ALL" it works fine on desktop in simulator, but fails on both Android and iOS > Steps to reproduce: > 1. Use PopUpManager to addPopup or createPopup > 2. You now have the ability to click anything else on the screen. > 3. Fail. > > Actual Results: > User is able to click anything in the background, disregarding modal status. > > Expected Results: > User should not be allowed to click anything that isn't a child of modal window. > > Workaround (if any): > None. > Extra Notes: > Using AIR 3.0 > I've also set the modalTransparency values to that of the standard spark theme since the mobile theme to see if maybe drawing a background fixed things, but to no avail. > > In order to use my FXP example, you will need to supply a valid ID in the app descriptor (if deploying to iOS, this MUST match your provision file's ID). > To anyone that suggests I should be using SkinnablePopUpContainer::open() should realize that that method is extremely simple, and does nothing more than make a call to PopUpManager.addPopUp(this, owner, modal); Utilizing SPUC does not fix this issue! -- This message was sent by Atlassian JIRA (v6.1#6144)