Today Mustafa Sak wrote:

> Hi Tobias,
>
> Did you already take a look at following thread:  
> http://sourceforge.net/p/qooxdoo/mailman/message/32502235/

oh cool ... missed that ... so

Dmitry Pryadkin's idea solves the problem with 4.0

qx.bom.Event.$$stopPropagation_orig = qx.bom.Event.stopPropagation;
qx.bom.Event.stopPropagation = function(e) {
    if (typeof e.target.className !== "object") {
        qx.bom.Event.$$stopPropagation_orig(e);
    }
};

cheers
tobi


> Maybe update to current master will help.

>
> Gruß
> Mustafa
>
> Von meinem iPhone gesendet
>
> > Am 18.10.2014 um 00:30 schrieb "Tobias Oetiker" <t...@oetiker.ch>:
> >
> > I have a qooxdoo application with an embedded svg element. (managed
> > by D3.js) it seem that the poor thing does not get any events
> > mouse events. Or almost none ... mouse-scroll events get through.
> >
> > Any hints ?
> >
> > cheers
> > tobi
> >
> > --
> > Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
> > www.oetiker.ch t...@oetiker.ch +41 62 775 9902
> >
> >
> > ------------------------------------------------------------------------------
> > Comprehensive Server Monitoring with Site24x7.
> > Monitor 10 servers for $9/Month.
> > Get alerted through email, SMS, voice calls or mobile push notifications.
> > Take corrective actions from your mobile device.
> > http://p.sf.net/sfu/Zoho
> > _______________________________________________
> > qooxdoo-devel mailing list
> > qooxdoo-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
> ------------------------------------------------------------------------------
> Comprehensive Server Monitoring with Site24x7.
> Monitor 10 servers for $9/Month.
> Get alerted through email, SMS, voice calls or mobile push notifications.
> Take corrective actions from your mobile device.
> http://p.sf.net/sfu/Zoho
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
www.oetiker.ch t...@oetiker.ch +41 62 775 9902
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to