Alessandro Di Bella wrote:
You are right. Registering a listener with the root node, it gets all the
fired events so at some points they get intercpeted.
if for 'pointer-events' you mean standard swing mouse events, I guess that
the standard mouse interactors (zoom, apn, etc.) would be listeing for them.
No, there is a CSS property called 'pointer-events' that allows you
to adjust what geometry can generate events (see the SVG
specification for more details).
Any idea on how to find out where the problem is? I'm not too proficient in
client side programming :-(
You can look at the 'target' of the event. This is the element
that 'initiated' the event. I would print this out and try to
figure out what element it is in the document (it can be
helpful to print the parent tree and id's if they have them).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]