sunhwanj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Jun-07 11:32 UTC
PeriodicalExecuter stops when form is submitted in Safari 3
Hi I''m having a problem using PeriodicalExecuter with a form. I have a monitoring pane that updates status of form processing, and it stops working when I submit a form. It works with Safari 2, IE, Firefox, but not with Safari 3. I''ve made a test script: http://www.charmm-gui.org/test.html It updates a textarea, but it stops updating when the form is submitted in Safari 3. Any help would be appreciated. Thanks, Sunhwan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
T.J. Crowder
2008-Jun-08 09:14 UTC
Re: PeriodicalExecuter stops when form is submitted in Safari 3
Hi, When you submit a form in the traditional way (as your test script does), the entire page is replaced by whatever the response to the post is (in the case of your test script, nothing). So of course any scripts running on the page are stopped. BTW, your test script is not valid HTML. Valid markup matters, even in tests. -- T.J. Crowder tj / crowder software / com On Jun 7, 12:32 pm, "sunhw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <sunhw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi I''m having a problem using PeriodicalExecuter with a form. > I have a monitoring pane that updates status of form processing, > and it stops working when I submit a form. It works with Safari 2, > IE, Firefox, but not with Safari 3. > > I''ve made a test script:http://www.charmm-gui.org/test.html > > It updates a textarea, but it stops updating when the form is > submitted in Safari 3. Any help would be appreciated. > > Thanks, > Sunhwan--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
sunhwanj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Jun-09 03:13 UTC
Re: PeriodicalExecuter stops when form is submitted in Safari 3
Thanks for your reply. But I''m still curious why this works with every other browser that I''ve tested including Safari 2, Firefox 2 & 3, IE 6 & 7, but not with Safari 3. Maybe I better ask to webkit team. Thanks, Sunhwan On Jun 8, 4:14 am, "T.J. Crowder" <tjcrow...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > When you submit a form in the traditional way (as your test script > does), the entire page is replaced by whatever the response to the > post is (in the case of your test script, nothing). So of course any > scripts running on the page are stopped. > > BTW, your test script is not valid HTML. Valid markup matters, even > in tests. > -- > T.J. Crowder > tj / crowder software / com > > On Jun 7, 12:32 pm, "sunhw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <sunhw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi I''m having a problem using PeriodicalExecuter with a form. > > I have a monitoring pane that updates status of form processing, > > and it stops working when I submit a form. It works with Safari 2, > > IE, Firefox, but not with Safari 3. > > > I''ve made a test script:http://www.charmm-gui.org/test.html > > > It updates a textarea, but it stops updating when the form is > > submitted in Safari 3. Any help would be appreciated. > > > Thanks, > > Sunhwan--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
T.J. Crowder
2008-Jun-09 07:40 UTC
Re: PeriodicalExecuter stops when form is submitted in Safari 3
Hi, Well, your posted test case doesn''t work with FF2 on Windows, FWIW. -- T.J. Crowder tj / crowder software / com On Jun 9, 4:13 am, "sunhw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <sunhw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks for your reply. But I''m still curious why this works with > every other browser that I''ve tested including Safari 2, Firefox 2 & > 3, > IE 6 & 7, but not with Safari 3. Maybe I better ask to webkit team. > > Thanks, > Sunhwan > > On Jun 8, 4:14 am, "T.J. Crowder" <tjcrow...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > > When you submit a form in the traditional way (as your test script > > does), the entire page is replaced by whatever the response to the > > post is (in the case of your test script, nothing). So of course any > > scripts running on the page are stopped. > > > BTW, your test script is not valid HTML. Valid markup matters, even > > in tests. > > -- > > T.J. Crowder > > tj / crowder software / com > > > On Jun 7, 12:32 pm, "sunhw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <sunhw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hi I''m having a problem using PeriodicalExecuter with a form. > > > I have a monitoring pane that updates status of form processing, > > > and it stops working when I submit a form. It works with Safari 2, > > > IE, Firefox, but not with Safari 3. > > > > I''ve made a test script:http://www.charmm-gui.org/test.html > > > > It updates a textarea, but it stops updating when the form is > > > submitted in Safari 3. Any help would be appreciated. > > > > Thanks, > > > Sunhwan--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Reasonably Related Threads
- Ajax.Updater not working in IE, tried everything
- prototype.js breaks treemenus from pear HTML_TreeMenu in safari
- static private and multi-inherit
- PeriodicalExecuter passing variables to the callback function
- Does prototype get rid of PeriodicalExecuter once it is stop()?