- From: Jonas Sicking <jonas@sicking.cc>
- Date: Wed, 29 Apr 2009 03:04:24 -0700
- To: Boris Zbarsky <bzbarsky@mit.edu>
- Cc: DOM public list <www-dom@w3.org>
>> Personally I have been missing this feature when doing client-side DOM >> transformations, f ex transforming more simple element hierarchies >> into widget-like experiences and wanting to move/re-register existing >> event handlers into the new element structure. This currently requires >> the initial structure to use DOM0 event attributes. > > Thank you for the use case. Did you control all the event listeners > involved, or did you have some way of guaranteeing that the transplanted > listeners would still function correctly in the new location? Also, would your example work even if the API only enumerated page-added event listeners, and not listeners added by the implementation or user script? / Jonas
Received on Wednesday, 29 April 2009 10:05:24 UTC