I''m getting the following error in Internet Explorer 6.0.29_sp2 but not in Firefox: Line: 37 Char: 8 Error: Exception thrown and not caught Code: 0 I''ve installed the latest versions 1.6.4 w/ prototype 1.5.0_rc1. The changelog said it addressed IE issues but I''m still getting it. Am I missing something? Thanks! Chad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
You get this error when you''re trying to do an script.aculo.us effect, and the element you give it doesn''t exist (IE doesn''t display the nice message script.aculo.us provides, though). Check what your script does. Best, Thomas Am 06.11.2006 um 06:39 schrieb Chad:> > > I''m getting the following error in Internet Explorer 6.0.29_sp2 but > not > in Firefox: > > Line: 37 > Char: 8 > Error: Exception thrown and not caught > Code: 0 > > I''ve installed the latest versions 1.6.4 w/ prototype 1.5.0_rc1. > > The changelog said it addressed IE issues but I''m still getting > it. Am > I missing something? > > > Thanks! > Chad > > > >-- Thomas Fuchs wollzelle http://www.wollzelle.com questentier on AIM madrobby on irc.freenode.net http://www.fluxiom.com :: online digital asset management http://script.aculo.us :: Web 2.0 JavaScript http://mir.aculo.us :: Where no web developer has gone before --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi Thomas, Thanks for your response, but I am not calling any effects. Actually, i think I just found the problem. The scriptaculous script tag needs to come after the prototype tag. Since Rails dev reloads the JS''s each page, it couldn''t ever find prototype when it needed it in the scriptaculous code. Chad On Nov 6, 12:38 am, Thomas Fuchs <t.fu...-moWQItti3gBl57MIdRCFDg@public.gmane.org> wrote:> You get this error when you''re trying to do an script.aculo.us > effect, and the element you give it doesn''t exist (IE doesn''t display > the nice message script.aculo.us provides, though). > > Check what your script does. > > Best, > Thomas > > Am 06.11.2006 um 06:39 schrieb Chad: > > > > > > > I''m getting the following error in Internet Explorer 6.0.29_sp2 but > > not > > in Firefox: > > > Line: 37 > > Char: 8 > > Error: Exception thrown and not caught > > Code: 0 > > > I''ve installed the latest versions 1.6.4 w/ prototype 1.5.0_rc1. > > > The changelog said it addressed IE issues but I''m still getting > > it. Am > > I missing something? > > > Thanks! > > Chad-- > Thomas Fuchs > wollzelle > > http://www.wollzelle.com > > questentier on AIM > madrobby on irc.freenode.net > > http://www.fluxiom.com:: online digital asset managementhttp://script.aculo.us:: Web 2.0 JavaScripthttp://mir.aculo.us:: Where no web developer has gone before--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---