- From: <bugzilla@jessica.w3.org>
- Date: Fri, 23 Nov 2012 14:23:24 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18780 Anne <annevk@annevk.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Anne <annevk@annevk.nl> --- https://github.com/whatwg/dom/commit/22ce02cb28a5225355883c4d77a3f3b1f257d820 Basically, you determine if you want to dispatch in the parent instead. If you do, you dispatch it there with redispatching steps attached. The redispatching steps manipulate the copy of event as desired and then dispatch it. If rather than a parent you an ancestor the dispatching steps will need a slightly more complex definition. Exercise for the reader ;-) -- You are receiving this mail because: You are on the CC list for the bug.
Received on Friday, 23 November 2012 14:23:30 UTC