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 8D66010351 for ; Thu, 24 Oct 2013 20:26:59 +0000 (UTC) Received: (qmail 4729 invoked by uid 500); 24 Oct 2013 20:26:53 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 4700 invoked by uid 500); 24 Oct 2013 20:26:51 -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 4690 invoked by uid 99); 24 Oct 2013 20:26:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Oct 2013 20:26:49 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=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.191 as permitted sender) Received: from [64.18.1.191] (HELO exprod6og106.obsmtp.com) (64.18.1.191) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Oct 2013 20:26:43 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob106.postini.com ([64.18.5.12]) with SMTP ID DSNKUmmCblNJfztywbezgsccEx2CMY+7wG6A@postini.com; Thu, 24 Oct 2013 13:26:23 PDT 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 r9OKMeiH028368 for ; Thu, 24 Oct 2013 13:22:40 -0700 (PDT) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r9OKQMOU010604 for ; Thu, 24 Oct 2013 13:26:22 -0700 (PDT) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nacas02.corp.adobe.com ([10.8.189.100]) with mapi; Thu, 24 Oct 2013 13:26:22 -0700 From: Alex Harui To: "dev@flex.apache.org" Date: Thu, 24 Oct 2013 13:26:18 -0700 Subject: Re: [FlexJS] PopUp implementation Thread-Topic: [FlexJS] PopUp implementation Thread-Index: Ac7Q902oU3SGRNrxS/ulabe1DXz/fw== Message-ID: In-Reply-To: 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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 10/24/13 10:56 AM, "Sharma, Pratyoosh" wrote: > > >Tabcatcher is for catching the tab key & distributing focus to the popup >children rather than the background stuff, it's a more vanity thing but I >need it for something I am trying to do. OK, that's what I was going to guess. I would to suggest the name "FocusManager" because that's essentially what the current Flex SDK's FocusManager does. And many (but not all) applications will need such a thing. Can't wait to see it. -Alex