I am running the simplest web2 demo from AWDWR (./example/index) on a slackware box running WEBrick on RadRails; with firefox and Konqueror (!) 3.4.2 anyway) everything fine; on laptop talking to my linux box, firefox does it instantaneously; but... IE DOES DO it, but takes a full 31 seconds!!! (The RadRails WEBrick console shows the POST immediately, but IE trundles for a full 31 seconds to cough up the change in the text). Victor Kane http://awebfactory.com.ar Message: 8> Date: Mon, 20 Mar 2006 15:33:53 +0100 > From: "Carl-Johan Kihlbom" <kihlbom@gmail.com> > Subject: Re: [Rails] Problem with AJAX not working on IE > To: rails@lists.rubyonrails.org > Message-ID: > <c94e000f0603200633y27663e58je5a32ac7cf5aabbe@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Picking up an old thread... > > I have the same problem, where a simple link_to_remote works fine in > Safari and Firefox, but doesn''t update the page in IE. The request is > sent to the server though, the returned partial just never shows up in > IE. No script errors or anything. > > Has anyone else seen this? Any ideas how to fix it? > > On 1/16/06, Adrian Madrid <aemadrid@gmail.com> wrote: > > I''m having a problem making this code to work on IE: > > > > var Permit = { > > // Expand permit information > > onMore: function(id) { > > new Ajax.Updater(''pm-''+id+''-lg'', > > ''/employees/sign_permit_lg/''+id, > > {asynchronous:true, evalScripts:true, > > onLoading:function(request){ General.onSpinnerOn(''pm-''+id+''-sm'') > }, > > onComplete:function(request){ > > General.onSpinnerOff (''pm-''+id+''-sm''); > > Element.hide(''pm-''+id+''-sm''); > > Effect.Appear(''pm-''+id+''-lg''); > > } } ); > > } > > } > > > > This code works just fine on Firefox 1.5 but goes nowhere on IE. The > > General.onSpinnerOn/Off functions show show/hide a div that has the > spinning > > ball thingy. Has anybody encountered a problem when trying to run an > > Ajax.Updater that never comes back in IE but has no problem on > > Firefox/Mozilla? > > > > Any help would be greatly appreciated, > > > > > > -- > > Adrian Esteban Madrid > > aemadrid@gmail.com > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > ------------------------------ > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > End of Rails Digest, Vol 18, Issue 500 > ************************************** >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060320/2ad28058/attachment-0001.html