pache-flex-development.247.n4.nabble.com/FlexJS-Bubbling-Problem-tp54796p56747.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
47.n4.nabble.com/FlexJS-Bubbling-Problem-tp54796p56693.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
This bubbling issue where something deep in this display list unexpectedly
called a listener at a much higher level that wasn't expecting a different
event type or target annoyed me surprisingly frequently back in the day.
Touch/mouse events are perfect candidates for bubbling because you are
actua
On 9/6/16, 1:38 AM, "Harbs" wrote:
>I don’t understand what you mean.
>
>It seems to me that bubbling is functionality that users would expect and
>implementing bubbling should have very little overhead.
Yes, people misused (IMO) bubbling quite frequently in existing Flex code.
It is very tempt
I don’t understand what you mean.
It seems to me that bubbling is functionality that users would expect and
implementing bubbling should have very little overhead.
On Sep 6, 2016, at 12:12 AM, Alex Harui wrote:
> IMO, bubbling is only for interactive events. When you
> bubble an event, the ev
On 9/5/16, 8:35 AM, "yishayw" wrote:
>I tried adding
>
> (c as
> ElementWrapper).setParentEventTarget(this);
I think it would be:
(c as ElementWrapper).setParentEventTarget(this.parent)
Still, though, we should also change Panel to use best practices an
http://apache-flex-development.247.n4.nabble.com/FlexJS-Bubbling-Problem-tp54796p54823.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
er 5, 2016 10:10 AM
To: Alex Harui<mailto:aha...@adobe.com>;
dev@flex.apache.org<mailto:dev@flex.apache.org>
Subject: RE: [FlexJS] Bubbling Problem
In develop it works on SWF, but not on JS. In sprite-refactor it fails in both.
From: Alex Harui<mailto:aha...@adobe.com>
Sent: Sunda
om>;
dev@flex.apache.org<mailto:dev@flex.apache.org>
Subject: RE: [FlexJS] Bubbling Problem
In develop it works on SWF, but not on JS. In sprite-refactor it fails in both.
From: Alex Harui<mailto:aha...@adobe.com>
Sent: Sunday, September 4, 2016 5:23 PM
To: dev@flex.apache.org<
In develop it works on SWF, but not on JS. In sprite-refactor it fails in both.
From: Alex Harui<mailto:aha...@adobe.com>
Sent: Sunday, September 4, 2016 5:23 PM
To: dev@flex.apache.org<mailto:dev@flex.apache.org>
Subject: Re: [FlexJS] Bubbling Problem
It doesn't work on
It doesn't work on either SWF or JS? I've not done much testing on
either, but I'd be surprised if it failed in the develop branch on SWF.
-Alex
On 9/4/16, 1:59 AM, "yishayw" wrote:
>https://paste.apache.org/ORA4
>
>In this simple example bubbling isn't working. Am I doing anything wrong?
>I
>
https://paste.apache.org/ORA4
In this simple example bubbling isn't working. Am I doing anything wrong? I
tried this on both sprite-refactor and development branches.
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Bubbling-Problem-tp54796
12 matches
Mail list logo