@Kangax
I am not aware of any issues with insertBefore and table elements. I
know that IE has issues with innerHTML and table/select elements.

@EMoreth
if nextSibling is null insertBefore will act as appendChild  so it
should still work out.
http://developer.mozilla.org/en/DOM/element.insertBefore

@Simon
Here is my patch uses a 1 time check to fork for browsers that support
swapNode.
http://prototype.lighthouseapp.com/projects/8886/tickets/351-new-swap-method-for-elements#ticket-351-4
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to