Hi all,

I have the following problem. I want to get events for a DOM element, but not for elements within it. When registering the event listener i specify false for the capture enable flag. Still I get events from the child elements. I inspect the event phase of all events and all are in the AT_TARGET phase. Then i print the nodeName of the event's target to confirm that the target is not the element I want - this confirms that i get events from child elements. I also tried this in javascript, with the same results. Am I missing something here?

Regards
Alex

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to