|
Rank: Member Groups: Member
Joined: 6/21/2007 Posts: 12
|
On the 3.03 beta version of Safari for Windows, the following code works fine in firefox and IE, but generates an exception in Safari. If I change Callback to CallbackPanel, the code executes ok in Safari, which is a reasonable work around for me. Just thought you would like to know. Regards, Jim
<body> <form id="form1" runat="server"> <eo:Callback ID="Callback1" runat="server"> </eo:CallbackPanel> <script language="javascript" type="text/javascript"> eo_Callback('Callback1'); </script> </form> </body>
Protected Sub Callback1_Execute(ByVal sender As Object, ByVal e As EO.Web.CallbackEventArgs) Handles Callback1.Execute Debug.WriteLine("test") End Sub
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Appreciate your feedback! Safari for OSX has been getting better and better so we certainly hope we can fully support Safari for Windows.
|
|
Rank: Advanced Member Groups: Member
Joined: 6/5/2007 Posts: 35
|
I have started testing our website on Safari (it looks to be a really good browser). The only issue I've found so far is that updates from callbacks don't appear to update the page properly.
In one case items are selected from a treeview and then a listbox on the page is updated with results. The callback certainly gets sent to the server - verified using the debugger - but the web page never gets updated.
On another page I display a list of results (jobs by employer) and have a listbox showing the employers. When an employer is selected from the listbox, the results get filtered to show just those jobs for that employer. This also doesn't work in Safari - not only don't the results get updated, they get removed entirely after the callback returns.
In the first case, the treeview and the listbox are both on a callback panel; in the second case just the results are in a callback panel.
Both these pages work just fine in IE 7.0, Firefox 2.0.0.7, Netscape 9.0 and Opera 9.23
Phil
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Phil,
Would you be able to provide a reproducing sample for us? Hopefully we can get it addressed this week.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 6/5/2007 Posts: 35
|
Just so this thread isn't left hanging - the fix you proivided on October 10th works.
Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Phil,
Thanks for the update! The fix has been merged into the latest public build (2007.1.43), which is available at our download page.
Thanks
|
|