Weiming Zhang wrote:

I added DOM mouse event listeners to DOM nodes and it worked fine until
I added an interactor to svg canvas:
svgCanvas.getInteractors().add(interactor); The DOM events are
completely gone. Does anybody know why?

Probably because your interactor said it was active (startInteraction returned true) in which case it gets all the events (until endInteraction returns true). Interactors are modal.

Thank you very much in advance.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to