I also used this fix, which solved the problem with the update progress but unfortunately in safari broke the htmleditor, preventing the user from entering full stops or editing the text (without switching to the source view). Does anybody happen to know
of a fix?
Interestingly I tried upgrading to the very latest version of the toolkit but that prevented the update progress fix from working anymore...
Has this been fixed in .Net 4.0? We're currently on 3.5 and found some of our pages break due to this issue. We're trying to decide if we should implement this hack or just wait until we upgrade to 4.0.
Still has a problem with postbacks for Dropdown list on iPhone 4 and BlackBerry Torch 9800. The browsers are fully support HTML5 and the latest javascripts and yet the postbacks are not working.
RajeshKalis
Member
27 Points
54 Posts
Re: Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js
Apr 28, 2010 11:54 AM|LINK
Hello naveen,
this is working for me. I am using Google Chrome version 4.1.249.1064 (45376) and Safari version 4.0.5 (531.22.7)
I am doing like this
* First of all create a jscript file WebKit.js in your website (Eg. ~/Scripts/WebKit.js)
* Add reference in ScriptManager.
Eg.
<asp:ScriptManager ID="ScriptManager1" runat="server"> <Scripts > <asp:ScriptReference Path="~/Scripts/WebKit.js" /> </Scripts> </asp:ScriptManager>K. Rajesh.
RajeshKalis
Member
27 Points
54 Posts
Re: Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js
Apr 28, 2010 11:57 AM|LINK
Hello naveen,
this is working for me. I am using Google Chrome version 4.1.249.1064 (45376) and Safari version 4.0.5 (531.22.7)
I am doing like this
* First of all create a jscript file WebKit.js in your website (Eg. ~/Scripts/WebKit.js)
* Add reference in ScriptManager.
Eg.
<asp:ScriptManager ID="ScriptManager1" runat="server"> <Scripts > <asp:ScriptReference Path="~/Scripts/WebKit.js" /> </Scripts> </asp:ScriptManager>K. Rajesh.
garetht
Member
4 Points
2 Posts
Re: Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js
Aug 17, 2010 03:42 PM|LINK
Hi there,
I also used this fix, which solved the problem with the update progress but unfortunately in safari broke the htmleditor, preventing the user from entering full stops or editing the text (without switching to the source view). Does anybody happen to know of a fix?
Interestingly I tried upgrading to the very latest version of the toolkit but that prevented the update progress fix from working anymore...
Any ideas welcome, cheers
ShellyFM
Member
20 Points
21 Posts
Re: Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js
Aug 31, 2010 10:06 PM|LINK
Has this been fixed in .Net 4.0? We're currently on 3.5 and found some of our pages break due to this issue. We're trying to decide if we should implement this hack or just wait until we upgrade to 4.0.
Thanks!
tarzaan
Member
88 Points
29 Posts
Re: Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js
Sep 01, 2010 01:55 AM|LINK
Yes fixed in 4.0. Remember to remove the hack.
meetsankar
Member
4 Points
3 Posts
Re: Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js
Sep 22, 2010 09:49 AM|LINK
thanks your code helps me to solve my problem
ASPDotNetMon...
Member
11 Points
5 Posts
Re: Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js
Jan 11, 2011 04:07 PM|LINK
Still has a problem with postbacks for Dropdown list on iPhone 4 and BlackBerry Torch 9800. The browsers are fully support HTML5 and the latest javascripts and yet the postbacks are not working.
Josh M
Member
2 Points
2 Posts
Re: Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js
Mar 04, 2011 11:09 PM|LINK
Perfect, thanks!
acolabuf
Member
2 Points
1 Post
Re: Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js
Sep 28, 2011 10:47 AM|LINK
Thanks it works for me !
I was rendering a TabContainer inside an UpdatePanel in a case like this:
<asp:UpdatePanel runat="server" UpdateMode="Conditional">
<ContentTemplate>
<asp:Panel >
<act:TabContainer runat="server">
...
<act:TabPanel>
...
KumarHarsh
All-Star
15155 Points
3658 Posts
Re: Compatibility patch for WebKit (Safari 3) 3.5.21022.8 MicrosoftAjax.debug.en-US.js
Oct 27, 2011 11:46 AM|LINK
Hi taliesins,
I hv modify MicrosoftAjax.debug.js
as you hv written but postback problem is there in firefox and chrome.
wht must be the problem ?
I am using AsyncPostBackTrigger for dropdown,which work fine in IE but not in firefox and chrome.
Thanks
Kumar Harsh