addEvent() considered harmful
Peter-Paul Koch is looking for ways around Internet Explorer memory handling bugs that under some circumstances are triggered by Scott Andrew LePera’s addEvent() cross browser event handler script. addEvent() considered harmful is required reading if you use this script and experience problems with Internet Explorer.
- Previous post: Optimizing CSS presentation in HTML emails
- Next post: Print-friendly CSS and usability
Subscribe / follow
Sponsors
Authentic Jobs
- Mobile/App Developer at Washington State University (Pullman, WA, Wa, US)
- END TO END WEB DEVELOPER FOR THE ENTERTAINMENT INDUSTRY at Analog Creative Inc. (Venice, CA, Ca, US)
- ColdFusion Developer at Law Business Research (London, United Kingdom, GB)
- Web Developer with Super Back-end Development Skills at Switch Creative Group (Dallas, Texas, Te, US)
DreamHost web hosting
Use the promo code 456BEREASTREET3 to save USD 20 when you sign up for DreamHost


Comments
I aways preferred to use the standard DOM2 event model: document.addEventListener() or Element.addEventListener. Unfortunately, support for has been lacking in IE. So, to address the problems with addEvent and the problem with IE in general, I implemented DOM 2 Events in IE.
Comments are disabled for this post (read why), but if you have spotted an error or have additional info that you think should be in this post, feel free to contact me.