alexander.stuckenholz-PdBPhxpS/JMDwj1Imt9BnQ@public.gmane.org
2007-Jun-13 09:08 UTC
Scriptaculous sortables and forms
Hello everyone, i have a little problem with a sortable list in Scriptaculous. The divs contain form elements like texteboxes. Unfortunately its not possible anymore to set the focus to the textboxes when they are a part of the sortable list (i use firefox). Is there any workaround or bugfix known? Best regards, Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hey, alexander.stuckenholz-PdBPhxpS/JMDwj1Imt9BnQ@public.gmane.org a écrit :> elements like texteboxes. Unfortunately its not possible anymore to > set the focus to the textboxes when they are a part of the sortableYou mean by clicking? Try the delay option on Sortable.create, which will be passed on to internal Draggable creations. Make it, say, 140 (this is in ms). This should do well enough. -- Christophe Porteneuve aka TDD tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
alexander.stuckenholz-PdBPhxpS/JMDwj1Imt9BnQ@public.gmane.org
2007-Jun-15 08:45 UTC
Re: Scriptaculous sortables and forms
Hi Christophe, I mean, that the textboxes do not show a blinking cursor anymore, when the forms belong to a sortable. Regardless if I try to set the focus by clicking or by tabbing. In the documentation of Scriptaculous on http://wiki.script.aculo.us/scriptaculous/show/Sortable.create I can not see a delay option. What do you mean with that? Bes regards, Alex On 13 Jun., 11:23, Christophe Porteneuve <t...-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org> wrote:> Hey, > > alexander.stuckenh...-PdBPhxpS/JMDwj1Imt9BnQ@public.gmane.org a écrit : > > > elements like texteboxes. Unfortunately its not possible anymore to > > set the focus to the textboxes when they are a part of the sortable > > You mean by clicking? > > Try the delay option on Sortable.create, which will be passed on to > internal Draggable creations. Make it, say, 140 (this is in ms). This > should do well enough. > > -- > Christophe Porteneuve aka TDD > t...-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---