I am using the ASP.NET Ajax controls UpdatePanel and UpdateProgress. The idea of a the UpdateProgress control is to display a message while the page is performing a partial postback, then disappear when the postback completes. On Firefox and Internet Explorer, this happens correctly. However, on Safari and Chrome the UpdateProgress control remains visible after the postback completes. Is this a bug in the ASP.NET Ajax Framework, or is there another workaround?
+1
A:
Could this be it? http://blog.lavablast.com/post/2008/10/20/Gotcha-WebKit-(Safari-3-and-Google-Chrome)-Bug-with-ASPNET-AJAX.aspx
Jason Kealey
2010-01-18 20:12:44
This fixed the problem. It looks like the problem was originally solved here: http://forums.asp.net/p/1252014/2392110.aspx
Kevin Albrecht
2010-01-18 20:17:47