Prototype 1.5.1 seems to break Scriptaculous''s Sortable feature. This
problem does not occur when using Prototype 1.5.0.
I copied & pasted the code from
http://wiki.script.aculo.us/scriptaculous/show/SortableListsDemo
Then I downloaded Scriptaculous 1.7.0 and Prototype 1.5.1. When I drag
an item list, Prototype goes into an infinite loop. This is what
Firebug tells me:
too much recursion
on this line: if (!element || !element.tagName || element.nodeType
== 3 ||
prototype.js (line 1288)
I can reproduce this every time. If I replace prototype.js with the
one from Prototype 1.5.0 then the recursion does not occur.
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---