There's a warning on the API site about IE:
Using Element.wrap as an instance method (e.g., $('foo').wrap('p')) causes
errors in Internet Explorer when used on textarea elements. The wrap property
is reserved ontextarea's as a proprietary extension to HTML. As a workaround,
use the generic version instead (Element.wrap('foo', 'p')).
This appears to be an issue on Safari 6.latest, too. Can anyone confirm?
Walter
--
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.