Hello,
I was tracking down a bug in my app that only occurs in the iPhone and
iPad. I tracked it down to these 2 lines:
if (Prototype.Browser.MobileSafari)
Prototype.BrowserFeatures.SpecificElementExtensions = false;
Because of this check, I believe methods specific to form elements
were not being added to the form elements. Commenting out these 2
lines fixed the problem in my app.
So, my question is: why is this check in place in the first place? Did
MobileSafari have problems with specific element extensions otherwise?
Is what I did the correct fix? And if so, should we commit this change
back?
Toby
--
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.