I don't have it here now (so I should probably have waited before replying) but as far as I can recall, there were no error messages. The Ajax part just didn't work. Lists didn't get populated but pop-up windows worked and so forth. A bit as if I had tried it on IE6 with only an XMLHttpRequest object. Also, as I mentioned, I don't have the latest latest SVN version, perhaps I should try that out in some way :/
thanks for the response Andreas On Nov 3, 2006, at 19:40 , Thomas Fuchs wrote: > > Prototype 1.5 (latest from SVN) works fine for me with IE7. Any > specific error messages? > > -Thomas > > Am 03.11.2006 um 18:26 schrieb Andreas Wahlin: > >> >> I'm using prototype 1.5.0_rc1 (as far as I know, the one that comes >> with the latest scriptaculous release) >> I had "Ajax" problems with IE7, namely that it didn't work at all. I >> found patch 3688 at >> http://dev.rubyonrails.org/ticket/3688 >> but that didn't solve my problem. What did solve my problem was to >> simply reverse the checking of ajax support on lines 627 - 629 into >> this >> function() {return new ActiveXObject('Msxml2.XMLHTTP')}, >> function() {return new ActiveXObject('Microsoft.XMLHTTP')}, >> function() {return new XMLHttpRequest()} >> in effect, i first check for microsoft proprietaries, then for the >> "standard". it's said that ie7 should handle the "standard" but at >> least in my case, this seemed not to be so. >> >> any comments? (I did try to google and look inte the list archives >> for a while back) >> >> Andreas >> >>> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
