- From: <bugzilla@jessica.w3.org>
- Date: Wed, 05 Sep 2012 18:07:46 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18780
Summary: Provide a hook for seamless event retargetting
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM
AssignedTo: annevk@annevk.nl
ReportedBy: ian@hixie.ch
QAContact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, arv@chromium.org, www-dom@w3.org,
ojan@chromium.org, dglazkov@chromium.org
This is to address the issues here:
http://www.whatwg.org/issues/#seamless-events
Basically I'd like a way to be able to, from the HTML spec, set up event
retargetting so that I don't have to monkeypatch the DOM event dispatch model,
I just need to invoke some hooks and get the effect described in the e-mails
above. No need for DOM Core to know about Window, <iframe>, or MouseEvents,
just define a way to configure the dispatch tree, and a "spec callback" that is
invoked when events are to be cloned, to set up the events' attributes and to
determine if the events should be retargetted or something.
Ideally this would be specced in such a way that it could also be used for Web
components when the dispatching for those is defined.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Wednesday, 5 September 2012 18:07:50 UTC