Skip to main content

Kiernon Reiniger's Library tagged compatibility   View Popular

26 Mar 09

http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx

  • The X-UA-compatible header is not case sensitive; however, it must appear in
    the Web page's header (the HEAD
    section
    ) before all other elements, except for the title
    element and other meta elements.

Gotcha: WebKit (Safari 3 and Google Chrome) Bug with ASP.NET AJAX

Adding Visible="false" to this (and the other validators) on my user
control unfroze the UpdateProgress. My first thought was that I must have
reached a limit in identifier name lengths because my validator was nested very
deeply. I proceeded to rename a few layers to make the name shorter. This
changed nothing. I then discovered how to enable a
FireBug-like
tool in Safari called Web Inspector
. This helped me discover an obscure
JavaScript error.

blog.lavablast.com/...ome)-Bug-with-ASPNET-AJAX.aspx - Preview

webkit asp.net safari compatibility ajax

Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js - ASP.NET Forums

Sys.Browser.version =
parseFloat(navigator.userAgent.match(/
Safari\/(\d+(\.\d+)?)/)[1]);

Sys.Browser.name =
'Safari';
}
else if (navigator.userAgent.indexOf('Opera/') > -1)
{

Sys.Browser.agent = Sys.Browser.Opera;
}

To:

Sys.Browser = {};
Sys.Browser.InternetExplorer = {};

forums.asp.net/...2898429.aspx - Preview

webkit asp.net safari compatibility ajax

1 - 4 of 4
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo