Again, this is with an out-of-the-box IE7, with no settings changes whatsoever. Works perfectly fine. Are you sure you don't have any interfering 3rd-party stuff installed? Like anything from Norton?

best,
thomas

Am 03.11.2006 um 19:56 schrieb Dark Ambient:

I found with IE7 that turning on script debugging let my prototype stuff work.

Stuart

On 11/3/06, Thomas Fuchs < [EMAIL PROTECTED]> 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
>
> >


http://en.wikipedia.org/wiki/Dark_ambient

--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to