Re: [whatwg/dom] Reset dispatching flags when retargeting to a different target than event's (#402)

That is true. I guess the question is whether you expect those to be always unset even if the event didn't really end up dispatching. (The main reason they're unset at the end is because listeners might have set them.)

I don't think it matters much what we do since this is new behavior. So we get to decide what makes sense for this edge case (and write tests for it).

I kinda like @hayatoito's fix since it's simple, but I'm willing to go for the alternative if there's a good reason.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/402#issuecomment-274739769

Received on Tuesday, 24 January 2017 08:31:18 UTC