The classic answer to this error is to make sure the element you are trying to
use is already "extended" by Prototype. This is as simple as wrapping it in
$(element) or calling Element.extend(element) on it. I believe that 1.7 fixes
some IE problems; if you can, try updating Prototype to the latest and see if
that alone fixes the problem. (Those IE problems I'm remembering may not be
related to this, may be IE9-centric, I'm really not sure.)
Walter
On Jan 26, 2012, at 1:46 PM, MrBaseball34 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.
>
--
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.