[Bug 19414] Implement finishPropagation() method

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19414

--- Comment #3 from Glenn Maynard <glenn@zewt.org> ---
(That bug is ten pages of comments on my screen, so I don't think it's really a
"summary".  :)

Note that if you just want to run a function from an event listener after all
other event handlers for an event have completed, setTimeout(f, 0) is correct. 
This is guaranteed, with no guesswork involved, because event dispatch happens
synchronously; nothing else (such as timers) can happen in the middle.

If that's not what you mean, I'd suggest showing a brief code example.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 10 October 2012 00:43:37 UTC