Aleksandar Vasilev wrote:
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.

That sounds like a bug. Is it filed? If not, could you do that and attach a testcase?

In the meantime, maybe you can work around this by comparing currentTarget to target?

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

Reply via email to