Found a solution. Opera doesn't mind if you do something like this:
someElement.parentNode.replaceChilde(newElement, oldElement);
It's only if you call:
oldElement.replace(newElement)
that you run into a problem, and that seems to be only if oldElement is
a form element, like the bug in the thread above this post indicated.
FYI,
- Dash -
David Dashifen Kees wrote:
> Yup, that would be it. I didn't want to search for and/or submit a
> ticket until I had more information. Thanks, Kangax.
>
> - Dash -
>
> kangax wrote:
>
>> Could this be a reason?
>> http://dev.rubyonrails.org/ticket/9261
>> http://dev.rubyonrails.org/ticket/9261
>>
>>
>
> >
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---