Does anyone mind giving me a little help in figuring out why several elements aren''t draggable in Firefox? IE, Opera, et al. that I''ve tried work just fine, but firefox refuses to even acknowledge that it''s a draggable element. Anyone a little more knowledgeable about this (I''m just beginning to figure out how to work with these libraries) mind giving me a little help? Here''s the location of the page: http://slickplaid.net/test_ssp/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
The SLP banner at the top should be draggable, but in firefox, it doesn''t seem to work. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Looks like in the new Draggable(); lines you are missing quotes around your element ids.. I would have expected an ''object not found'' or similar error but I guess not.. strange.. Colin slickplaid wrote:> Does anyone mind giving me a little help in figuring out why several > elements aren''t draggable in Firefox? > > IE, Opera, et al. that I''ve tried work just fine, but firefox refuses > to even acknowledge that it''s a draggable element. Anyone a little more > knowledgeable about this (I''m just beginning to figure out how to work > with these libraries) mind giving me a little help? > > Here''s the location of the page: > > http://slickplaid.net/test_ssp/ > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---