I am using the script.aculo.us drag and drop script and it works great but I have a complex list that I am using it for to drag and drop a table/div within the lists. My problem is that on IE you try to click on a link that is within the drag area and it thinks you are moving it because the drag function is so sensitive, so you have to keep the mouse abnormally still for the link to work. This problem does not occur in FF or Opera. Any help would be appreciated. The script is version 1.7.0 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Try the "delay" option. About 400 (ms) should do it. TAG On Jun 6, 2007, at 1:16 PM, jcwilde1 wrote:> > I am using the script.aculo.us drag and drop script and it works great > but I have a complex list that I am using it for to drag and drop a > table/div within the lists. > > My problem is that on IE you try to click on a link that is within the > drag area and it thinks you are moving it because the drag function is > so sensitive, so you have to keep the mouse abnormally still for the > link to work. > > This problem does not occur in FF or Opera. Any help would be > appreciated. The script is version 1.7.0 > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Sweet that worked great, I only had to put about 150ms. On Jun 6, 9:23 pm, Tom Gregory <t...-PGZyUNKar/Q@public.gmane.org> wrote:> Try the "delay" option. About 400 (ms) should do it. > > TAG > > On Jun 6, 2007, at 1:16 PM, jcwilde1 wrote: > > > > > I am using the script.aculo.us drag and drop script and it works great > > but I have a complex list that I am using it for to drag and drop a > > table/div within the lists. > > > My problem is that on IE you try to click on a link that is within the > > drag area and it thinks you are moving it because the drag function is > > so sensitive, so you have to keep the mouse abnormally still for the > > link to work. > > > This problem does not occur in FF or Opera. Any help would be > > appreciated. The script is version 1.7.0--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---