hexonaut / haxe-dom

A cross-platform implementation of the DOM. Built to reduce duplicate code across server and client.
MIT License
47 stars 4 forks source link

Event bubbling inconsistancy #18

Closed hexonaut closed 10 years ago

hexonaut commented 10 years ago

Event bubbling only works when an element has been added to the document. This is not the same behaviour as server-side event bubbling which works regardless of being added to the root document or not.