I have a auto_complete field above a sortable list, and when the autocomplete div/list is shown, I cannot select anything because the sortable list takes precedence. I simply cannot just move the two things away from each other, my layout is already tight enough. Thanks for any help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
LexNonScripta
2007-Dec-07 12:24 UTC
Re: Collide problem - sortable_element and auto_complete
Are they overlapping, or what? QUOTE: "... sortable list takes precedence. " Takes what precedence? In display, or in controls? Try and adjust the z-index CSS property of the autocomplete holder by slapping a className to it... On Dec 7, 12:23 am, jko170 <jko...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have a auto_complete field above a sortable list, and when the > autocomplete div/list is shown, I cannot select anything because the > sortable list takes precedence. I simply cannot just move the two > things away from each other, my layout is already tight enough. > Thanks for any help.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Thank you so much! I didn''t think the solution could be that easy! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
can you provide me the code for how to get auto complete facility on the combobox in rubyonrails. On Dec 7 2007, 5:24 pm, LexNonScripta <lex.non.scri...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Are they overlapping, or what? > QUOTE: "... sortable list takes precedence. " > Takes what precedence? In display, or in controls? > > Try and adjust the z-index CSS property of the autocomplete holder by > slapping a className to it... > > On Dec 7, 12:23 am, jko170 <jko...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I have aauto_completefield above a sortable list, and when the > > autocomplete div/list is shown, I cannot select anything because the > > sortable list takes precedence. I simply cannot just move the two > > things away from each other, my layout is already tight enough. > > Thanks for any help.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---