[Bug 19414] Implement finishPropagation() method

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

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #12 from Anne <annevk@annevk.nl> ---
Well yeah, as far as I can tell that's because paste is not synchronous but
rather queues a task to insert the data. So either you get the data from the
clipboard (if that's supported already, not sure about the details here) and
prevent the default action of the user operation, or you queue a task yourself
(indeed, using setTimeout()).

There is nothing really we could introduce for this kind of thing like you
proposed since pasting is apparently asynchronous (afaict).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 11 October 2012 06:17:25 UTC