I don't know what the history of that is... They seem to be mostly related to the IE onselectstart handler. Is there an IE7 onselectstart event that can be bound via attachEvent API ? Maybe someone had a bug with IE6?
On Thu, Jun 18, 2009 at 10:23 AM, P T Withington <[email protected]> wrote: > On 2009-06-17, at 21:10EDT, [email protected] wrote: > > +// can't use lz.embed.attachEventHandler because we need to cancel events >> > > Can someone explain this comment to me? I see it in a number of places, > and it worries me. I'm concerned that we are using the "assign event > handler as property" interface, because of the possibility that more than > one place in the code will try to assign to the same event and end up > losing. I thought attaching event handlers supported both cancelling > bubbling and default suppression, so I don't understand the comment. > > Please enlighten me. > -- Henry Minsky Software Architect [email protected]
