My point with tooltip is that you probably don’t need bubbling for tooltips and 
it causes more events than are needed.

There’s use cases for both mouseover and mouseenter.

Resolving Justin’s issues using mouseenter would require a couple of things:
1, We would need mouseeenter (and mouseleave) events and not custom ROLL_OVER 
events
2. The tooltip would need to be a descendant of the element which has the 
mouseenter event attached to it. Otherwise, you’d get mouseleave events when 
the mouse rolls over the tooltip.

Fixing those two things seems to me like the ideal way to resolve the 
performance issues.

My question here is why are we not using the standard mouseenter and are using 
a hacky solution for custom ROLL_OVER events instead.

I think Alex wrote that code, so I’m going to wait until he can respond.

Thanks,
Harbs

> On Jul 11, 2017, at 1:50 PM, piotrz <piotrzarzyck...@gmail.com> wrote:
> 
> Ahh..Yes. Maybe let's live it as is. Maybe if you will use in your app
> tooltips more extensively we will see.
> 
> Piotr
> 
> 
> 
> -----
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context: 
> http://apache-flex-development.2333347.n4.nabble.com/Re-2-5-git-commit-flex-asjs-refs-heads-develop-FLEX-35338-stop-cursor-from-spinning-CPU-from-spiking-tp63061p63087.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to