A clue: I notice if I don't make the list's elements draggables the onDrop is raised correctly
On 5 jul, 12:16, Garito <[EMAIL PROTECTED]> wrote: > Hi! > As inhttp://groups.google.es/group/rubyonrails-spinoffs/browse_thread/thre... > I have some problems with onDrop on a Droppable > > Instead of he I have only a sortable list with draggable elements (I > make the list sortable and every element draggable) > > I try two forms: > > onDrop: Borrar > > where Borrar is something like: > > Borrar = function () { my code here } > > an onDrop: function() {my code here } without lucky > > The most significant think is when I try to drop an element on the > droppable some "video interferences" appears (some parts of some div's > are render in a unexpected parts of the screen) > > Any idea? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
