var checkBalance = function (){ new Ajax.PeriodicalUpdater(''balance'',''test.html'', { asynchronous: true, frequency: 1, method: ''post'', }); }; In Firefox it works OK, but in Safari 3 it always stops at 30. Why? What can I do? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Tobie Langel
2007-Nov-14 08:00 UTC
Re: Ajax.PeriodicalUpdater stops after 30 successes in Safari 3
That''s a bug. We''re working on a fix for it and will release it asap as part of the 1.6.0.1 bug fix release. Best, Tobie On Nov 13, 10:50 pm, Namotco <namo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> var checkBalance = function (){ > new Ajax.PeriodicalUpdater(''balance'',''test.html'', > { > asynchronous: true, > frequency: 1, > method: ''post'', > }); > > }; > > In Firefox it works OK, but in Safari 3 it always stops at 30. Why? > What can I do?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---