Skip to content

Events after document.open are not captured #21

@mstn

Description

@mstn

If I bind an event fired after dom replacement (lines 333-336) before dom replacement, for example

   document.addEventListener('MeteorRiderReplaceComplete', function(){
        alert('COMPLETE');
   }, false);

   and then MeteorRider.init

binding is lost and, as a consequence, the event cannot be captured. I think the reason is that document.open clears the existing document as well as its listeners.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions