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 D3607CE28 for ; Thu, 25 Jul 2013 17:01:54 +0000 (UTC) Received: (qmail 96469 invoked by uid 500); 25 Jul 2013 17:01:54 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 95619 invoked by uid 500); 25 Jul 2013 17:01:52 -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 95568 invoked by uid 99); 25 Jul 2013 17:01:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jul 2013 17:01:51 +0000 Date: Thu, 25 Jul 2013 17:01:51 +0000 (UTC) From: "Alex Harui (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-28807) s:TitleWindow didn't get focus when user click on moveArea until one of its children get the focus 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-28807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui updated FLEX-28807: ------------------------------ Attachment: DummyApp.mxml Add missing attachment. > s:TitleWindow didn't get focus when user click on moveArea until one of its children get the focus > -------------------------------------------------------------------------------------------------- > > Key: FLEX-28807 > URL: https://issues.apache.org/jira/browse/FLEX-28807 > Project: Apache Flex > Issue Type: Bug > Components: Spark: TitleWindow > Affects Versions: Adobe Flex SDK 4.5.1 (Release) > Environment: Affected OS(s): Windows > Affected OS(s): Windows XP > Browser: Firefox 3.x > Language Found: English > Reporter: Adobe JIRA > Attachments: DummyApp.mxml > > > Steps to reproduce: > 1. Create a TitleWindow in a PopUp. > 2. Attach a listener for the FOCUS_IN event on the titleWindow instance. > 3. Click on the move area (an eventually move the TitleWindow around) > > Actual Results: > The listener is not called. > > Expected Results: > The listener should be called. > > Workaround (if any): > Set the focus on one of the TitleWindow children, after that when the TitleWindow lose the focus, clicking on the moveArea is enough to get the focus on the TitleWindow. > > You can find in attachment a dummy App to demonstrate the bug, uncomment the line 66 workaround the issue (but adding an invisible button only for that purpose looks a bad idea :-) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira