blake.acheson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Nov-13 21:30 UTC
handler has no properties Error
Ever since upgrading to 1.8 I am getting the following error in FireFox. handler has no properties handler.call(element, event) This is happening when using ajax calls. No code was changed, I only updated scriptaculous. 1.7 beta did not produce this error. Anyone else experiencing this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Blake, Make sure to get 1.6 final where this error was fixed. http://dev.rubyonrails.org/changeset/7986 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
blake.acheson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Nov-14 05:34 UTC
Re: handler has no properties Error
thanks kangac...appreciate it :) On Nov 13, 6:00 pm, kangax <kan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Blake, > > Make sure to get 1.6 final where this error was fixed.http://dev.rubyonrails.org/changeset/7986--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
blake.acheson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Nov-14 07:42 UTC
Re: handler has no properties Error
Hello. Thank you for your response. I updated and see the code that has been changed within the wrapper function. However this did not fix the problem. Same exact error 1 line later now though as the updated version added an additional line to the js file. On Nov 13, 6:00 pm, kangax <kan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Blake, > > Make sure to get 1.6 final where this error was fixed.http://dev.rubyonrails.org/changeset/7986--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Had the same prob in following code: //On initialize is an ajax-call (async) witch fills up //the xxx.Recordset WGMT = new JSMasterTable(''Warengruppenliste''); //here came the Message WGM.Recordset has no properties alert (WGMT.Recordset[3].Bezeichnung); the prob was that WGM.Recordset was called BEFORE the async ajax-call was finished (WGMT.Recordset was null)! I changed the ajax-call to work in sync and all worked fine. Hope I could show a reason why... Andreas -----Ursprüngliche Nachricht----- Von: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] Im Auftrag von blake.acheson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Gesendet: Dienstag, 13. November 2007 22:31 An: Ruby on Rails: Spinoffs Betreff: [Rails-spinoffs] handler has no properties Error Ever since upgrading to 1.8 I am getting the following error in FireFox. handler has no properties handler.call(element, event) This is happening when using ajax calls. No code was changed, I only updated scriptaculous. 1.7 beta did not produce this error. Anyone else experiencing this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---