Changes between Initial Version and Version 1 of Ticket #8052, comment 5
- Timestamp:
- Jan 27, 2011, 3:30:04 PM (13 years ago)
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.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.addEventListener` should work. 2 2 3 3 Dave came up with this test case http://pastie.org/1503631