Bug Tracker

Changes between Initial Version and Version 1 of Ticket #8052, comment 5


Ignore:
Timestamp:
Jan 27, 2011, 3:30:04 PM (13 years ago)
Author:
jitter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8052, comment 5

    initial v1  
    1 After some more discussion and looking into this we figured out that maybe we can just leave the branch as is and instead fix the `noCloneEvent` support test. It looks like IE9 finally supports `addEventListener` and does no longer clone events. So adding `!div.addEventListen` should work.
     1After some more discussion and looking into this we figured out that maybe we can just leave the branch as is and instead fix the `noCloneEvent` support test. It looks like IE9 finally supports `addEventListener` and does no longer clone events. So adding `!div.addEventListener` should work.
    22
    33Dave came up with this test case http://pastie.org/1503631