Hi, I''ve created a small script for drag & dropping with scriptaculous. It works perfectly in FireFox, but not in IE(7) or Opera. URL: http://www.koosdijkstra.nl/ajax Can someone help me? Thnx! Koos --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
In the options objects you have an extra comma after ''constraint:false''. As soon I removed these from the script it started to work. {dropOnEmpty:true,handle:''handle'',containment: ["firstlist","secondlist","thirdlist"],constraint:false, }); For more info http://contentment.org/2006/11/17/add_an_extra_comma_to_break_ie ~jake On Mar 31, 7:02 am, "Koos" <koosdijks...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I''ve created a small script for drag & dropping with scriptaculous. > > It works perfectly in FireFox, but not in IE(7) or Opera. > URL:http://www.koosdijkstra.nl/ajax > > Can someone help me? > > Thnx! > > Koos--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Apr 1, 11:36 am, "Jake" <jrockow...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> In the options objects you have an extra comma after > ''constraint:false''. As soon I removed these from the script it started > to work.[...]> For more infohttp://contentment.org/2006/11/17/add_an_extra_comma_to_break_ieIt''s worth pointing out that the trailing comma is a javascript syntax error; any browser conforming to the specification will behave the same way (Opera and Safari are two), not just IE. -- Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> It''s worth pointing out that the trailing comma is a javascript syntax > error; any browser conforming to the specification will behave the > same way (Opera and Safari are two), not just IE.Great, that did it! Thanks for your help. Koos --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---