Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BBED9104C0 for ; Fri, 8 Nov 2013 01:21:07 +0000 (UTC) Received: (qmail 41578 invoked by uid 500); 8 Nov 2013 01:21:07 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 41541 invoked by uid 500); 8 Nov 2013 01:21:07 -0000 Mailing-List: contact dev-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 dev@flex.apache.org Received: (qmail 41533 invoked by uid 99); 8 Nov 2013 01:21:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 01:21:07 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=5.0 tests=FRT_ADOBE2,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aharui@adobe.com designates 64.18.1.234 as permitted sender) Received: from [64.18.1.234] (HELO exprod6og119.obsmtp.com) (64.18.1.234) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 01:21:01 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob119.postini.com ([64.18.5.12]) with SMTP ID DSNKUnw8aPgwd8UGKUi/l1jhCy9+48Rnc7uO@postini.com; Thu, 07 Nov 2013 17:20:41 PST Received: from inner-relay-2.corp.adobe.com ([153.32.1.52]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id rA81Gut2001677 for ; Thu, 7 Nov 2013 17:16:56 -0800 (PST) Received: from SJ1SWM219.corp.adobe.com (sj1swm219.corp.adobe.com [10.5.77.61]) by inner-relay-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id rA81KeOU022682 for ; Thu, 7 Nov 2013 17:20:40 -0800 (PST) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Thu, 7 Nov 2013 17:20:40 -0800 From: Alex Harui To: "dev@flex.apache.org" Date: Thu, 7 Nov 2013 17:20:39 -0800 Subject: Re: Flex 38862 (modal popup not working) Thread-Topic: Flex 38862 (modal popup not working) Thread-Index: Ac7cILxby+SskitnSnmi/Eq5dveR7w== Message-ID: In-Reply-To: <2095F5EBE04D59409DFCE91FFCEBF7AF3F542C38@EXMBX05.netplexity.local> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.6.130613 acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Sounds right to me. Thanks. On 11/7/13 4:56 PM, "Maurice Amsellem" wrote: >Alex,=20 >I made more tests with HBox and PopUpManagerChildList.POPUP and loop >breaks at modalWindow. > >I understand better now: popupChildren is a subset of rawChildren, so >looking in rawChildren is enough. > >So I will simply fix the loop variable and commit. > >Is that correct ? > >Maurice=20 > > >-----Message d'origine----- >De : Maurice Amsellem [mailto:maurice.amsellem@systar.com] >Envoy=E9 : vendredi 8 novembre 2013 01:48 >=C0 : dev@flex.apache.org >Objet : RE: Flex 38862 (modal popup not working) > >Makes sense.=20 > > >-----Message d'origine----- >De : Alex Harui [mailto:aharui@adobe.com] Envoy=E9 : vendredi 8 novembre >2013 01:46 =C0 : dev@flex.apache.org Objet : Re: Flex 38862 (modal popup >not working) > >In Spark-land, I thought there was SkinnableContainer as well. Group is >supposed to stay lightweight for FXG. > >On 11/7/13 4:43 PM, "Maurice Amsellem" >wrote: > >>I understand. >>I quickly looked at IFocusManagerContainer implementers. >> >>There are Canvas and Box, but not Group. Is that normal ? >> >>So maybe the workaround would to use Box instead of Group ? >> >>-----Message d'origine----- >>De : Alex Harui [mailto:aharui@adobe.com] Envoy=E9 : vendredi 8 novembre >>2013 01:39 =C0 : dev@flex.apache.org Objet : Re: Flex 38862 (modal popup >>not working) >> >>I don't think there is support for modal popups that aren't >>IFocusManagerContainer. >> >>On 11/7/13 4:35 PM, "Maurice Amsellem" >>wrote: >> >>>> Try the test with TitleWindow instead of Hgroup in the popup. There >>>>may be an issue with Hgroup not being an IFocusManagerContainer. >>> >>>That's what I did: tried with Alert.show. It works. >>> >>>Thanks for the explanation ( HGroup is not IFocusManagerContainer) >>> >>>I will dig in that direction >>> >>>Maurice >>> >>>-----Message d'origine----- >>>De : Alex Harui [mailto:aharui@adobe.com] Envoy=E9 : vendredi 8 novembre >>>2013 01:33 =C0 : dev@flex.apache.org Objet : Re: Flex 38862 (modal popup >>>not working) >>> >>>Try the test with TitleWindow instead of Hgroup in the popup. There >>>may be an issue with Hgroup not being an IFocusManagerContainer. >>> >>>On 11/7/13 4:27 PM, "Alex Harui" wrote: >>> >>>>findHighestModalPopUp appears to be walking through rawChildren so >>>>the child lists shouldn't matter. I haven't debugged into the test >>>>case. >>>>Do I need to do that or can you explain quickly what you are seeing? >>>> >>>>On 11/7/13 4:22 PM, "Maurice Amsellem" >>>>wrote: >>>> >>>>>Alex, please can you look at the second part in the JIRA comments >>>>>(childrenList lookup), which is more tricky... >>>>> >>>>>Maurice >>>>> >>>>>-----Message d'origine----- >>>>>De : Alex Harui [mailto:aharui@adobe.com] Envoy=E9 : vendredi 8 >>>>>novembre >>>>>2013 01:20 =C0 : dev@flex.apache.org Objet : Re: Flex 38862 (modal >>>>>popup not working) >>>>> >>>>>Yep, that loop doesn't look right. I wonder why no mustella tests >>>>>failed? >>>>> >>>>>On 11/7/13 2:47 PM, "Maurice Amsellem" >>>>>wrote: >>>>> >>>>>>Hi Alex, >>>>>> >>>>>>Could you please confirm the proposed cause of the issue, so that I >>>>>>can fix it : >>>>>> >>>>>>https://issues.apache.org/jira/browse/FLEX-33862 >>>>>> >>>>>>Maurice >>>>>> >>>>>>Maurice Amsellem >>>>>>SYSTAR R&D - BusinessBridgeFX >>>>>> >>>>> >>>> >>> >> >