Hi, Expanding on Walter's reply, this details the problem and solution: http://www.prototypejs.org/learn/extensions
Basically, Prototype can't extend DOM prototypes in IE, so any time you get a DOM element via another means (for instance, .parentNode, .firstChild, whatever), you have to be sure to run it through $() so Prototype can extend it. HTH, -- T.J. Crowder Independent Software Engineer tj / crowder software / com www / crowder software / com On Jan 26, 6:46 pm, MrBaseball34 <[email protected]> wrote: > Prototype version: 1.6.0.3 > Line 4081 > > 4061: fire: function(element, eventName, memo) { > . > . > 4081: element.fireEvent(event.eventType, event); > > Yes, we are also using jQuery but this has just recently cropped up. > The prototype units are the ones included with Magento v1.4.0.1. > > This is causing some tremendous issues with Magento logins in IE8. > > Any ideas how to fix this? -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
