Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B8D42200CD1 for ; Wed, 12 Jul 2017 01:19:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B704916789F; Tue, 11 Jul 2017 23:19:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 09FF116789D for ; Wed, 12 Jul 2017 01:19:28 +0200 (CEST) Received: (qmail 64022 invoked by uid 500); 11 Jul 2017 23:19:28 -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 63897 invoked by uid 99); 11 Jul 2017 23:19:27 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2017 23:19:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 521B0195E15 for ; Tue, 11 Jul 2017 23:19:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.952 X-Spam-Level: * X-Spam-Status: No, score=1.952 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id EGxUZEyoRUfW for ; Tue, 11 Jul 2017 23:19:25 +0000 (UTC) Received: from icp-osb-irony-out2.external.iinet.net.au (icp-osb-irony-out2.external.iinet.net.au [203.59.1.155]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 39E7762619 for ; Tue, 11 Jul 2017 23:00:21 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DqBQA5V2VZ/42NqXwNUBwBAQQBAQoBAYJvojkimBSFcwECAoQCEwECAQEBAQEBAYYsAQEBAgEjWwsLDTUCAleKQKsOa4ImIosAAQEIAgElgjJ2hVkLgjo0hTaCRzCCMQWfJJR7ik6GaEiQL4RQN19LMSEIGxVbAYJuhCeJEgEBAQ X-IPAS-Result: A2DqBQA5V2VZ/42NqXwNUBwBAQQBAQoBAYJvojkimBSFcwECAoQCEwECAQEBAQEBAYYsAQEBAgEjWwsLDTUCAleKQKsOa4ImIosAAQEIAgElgjJ2hVkLgjo0hTaCRzCCMQWfJJR7ik6GaEiQL4RQN19LMSEIGxVbAYJuhCeJEgEBAQ X-IronPort-AV: E=Sophos;i="5.40,347,1496073600"; d="scan'208,217";a="638833468" Received: from unknown (HELO [192.168.0.5]) ([124.169.141.141]) by icp-osb-irony-out2.iinet.net.au with ESMTP; 12 Jul 2017 07:00:14 +0800 From: Justin Mclean Content-Type: multipart/alternative; boundary="Apple-Mail=_DF432571-046A-48C0-979D-C3DE1A4D7B2B" Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [FlexJS]MouseEvent.ROLL_OVER (was Re: [2/5] git commit...) Date: Wed, 12 Jul 2017 09:00:12 +1000 References: <0F4AB6E2-EA09-422A-9CE9-8039B365C72E@gmail.com> <1499764765800-63080.post@n4.nabble.com> <5F4CDC80-CAF4-428D-9577-CD31834E6CFD@gmail.com> <1499768386659-63085.post@n4.nabble.com> <437A12F5-CE6A-4A49-8245-2BF4AE20CAAC@gmail.com> <1499770234306-63087.post@n4.nabble.com> <1499785289785-63099.post@n4.nabble.com> To: dev@flex.apache.org In-Reply-To: Message-Id: <2C4A564E-2991-4487-A566-B898B224544B@classsoftware.com> X-Mailer: Apple Mail (2.3273) archived-at: Tue, 11 Jul 2017 23:19:29 -0000 --Apple-Mail=_DF432571-046A-48C0-979D-C3DE1A4D7B2B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi, > Maybe I'm not understanding the scenario. I assumed that the problem > Justin is trying to fix is that you roll over a component, the = component > shows a tooltip, but the tooltip appears under the mouse so you get a > rollout of the component and rollover the tooltip. The rollout of the > component causes the tooltip to go away resulting in a rollover of the > component which causes the component to show a tooltip, and so on. That=E2=80=99s one of the problems yes. > If the tooltip cannot be a target for mouse events (mouseEnabled=3Dfalse= in > Flash and I think it is "pointer-events:none" in JS) then I think the > tooltip will not cause a rollout on the component when it appears = under > the mouse. Certainly worth investigating. There may still be an issue here if you = roll off over the tool tip in the case where it goes beyond the boundary = of the component but not sure. Thanks, Justin= --Apple-Mail=_DF432571-046A-48C0-979D-C3DE1A4D7B2B--