Search

You searched for the word(s): userid:804611

Matching Posts

  • Re: Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js

    Thank-you for your post! I was having the exact Safari 3 problem you mentioned, with ScriptLoadFailedException's during partial updates. I used just this snippet in a ScriptReferenced .js, and it fixed the problem for my setup: Sys.Browser.WebKit = {}; //Safari 3 is considered WebKit if ( navigator.userAgent.indexOf( 'WebKit/' ) > -1 ) { Sys.Browser.agent = Sys.Browser.WebKit; Sys.Browser.version = parseFloat( navigator.userAgent.match(/WebKit\/(\d+(\.\d+)?)/)[1]); Sys.Browser.name
    Posted to Free For All (Forum) by kshakir on 5/30/2008
Page 1 of 1 (1 items)