Hi Peppe,
I'm not a expert for the event system, but I would try this:
<code>
parentWidget.addListener("mouseout", function(e) {
if (qx.ui.core.Widget.contains(parentWidget, e.getRelatedTarget())) {
e.stop();
return;
}
this.debug("mouseout");
}, this);
</code>
I hope that this solve your issue.
Cheers,
Chris
Am 11.02.2010 13:28, schrieb Giuseppe Basile:
> Hi developers,
>
> I have a really common problem with the event mouseOut on IE.
> I want to avoid the mouseOut event to be fired when I'm leaving a
> parent object to one of his child (the equivalent of mouseLeave).
>
> Of course what I need is a crossBrowser solution to the problem
> I'm pretty sure you solved this problems a lot of times in yours code.
>
> Thanks
> Peppe
>
--
Christian Schmidt
Software Entwickler
1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel