Post a bug! (http://prototypejs.org/contribute)
- Tobie
On May 3, 4:45 am, alshur <[EMAIL PROTECTED]> wrote:
> Damn, Prototype 1.5.1 final doesn't have this issue fixed...
>
> On Apr 26, 6:49 pm, Andrew Sumin <[EMAIL PROTECTED]> wrote:> I add prototype
> 1.5.1_rc3 to the page. All submits in Opera do
> > nothing.
>
> > If I change
>
> > SpecificElementExtensions:
> > (document.createElement('div').__proto__ !==
> > document.createElement('form').__proto__)
>
> > to
>
> > SpecificElementExtensions:
> > (typeof(document.createElement('div').__proto__) != 'undefined'
> > &&
> > document.createElement('div').__proto__ !==
> > document.createElement('form').__proto__)
>
> > everything works fine.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype: Core" 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-core?hl=en
-~----------~----~----~----~------~----~------~--~---