See https://developer.mozilla.org/en/DOM/event/Comparison_of_Event_Targets
It says that event.originalTarget is Mozilla specific, so it likely will not work in any non-Gecko browser. On Mar 30, 9:08 am, Olreich <[email protected]> wrote: > Where is it, how do I use it? No method I use seems to work on > chromium, e.originalTarget does not work. > > There are several options for event delegation to fail in my script, > either I am not tapping into the right variable for events, based on > the "addEventListener" function, or maybe e.originalTarget is named > something else between the Firefox engine and V8. --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
