Yes. I need to copy the code from BrowserEvent.

Interestingly, goog.Events does not distinguish between target and 
currentTarget. That does not seem very useful:

  * Target of the event.
   * @type {Object|undefined}
   */
  this.target = opt_target;

  /**
   * Object that had the listener attached.
   * @type {Object|undefined}
   */
  this.currentTarget = this.target;

> On Jul 21, 2017, at 9:21 AM, piotrz <piotrzarzyck...@gmail.com> wrote:
> 
> Ahh Sorry I missed the point in his post. Do you see some solution ?
> 
> Piotr
> 
> 
> 
> -----
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context: 
> http://apache-flex-development.2333347.n4.nabble.com/FlexJS-stopImmediatePropagation-tp63418p63479.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to