Welcome Guest Search | Active Topics | Sign In | Register

Callback on Safari Options
Jim Zuber
Posted: Monday, September 3, 2007 5:45:10 PM
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
eo_support
Posted: Monday, September 3, 2007 5:53:07 PM
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.
Phil Morris
Posted: Sunday, October 7, 2007 10:13:38 PM
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
eo_support
Posted: Monday, October 8, 2007 7:17:43 AM
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
Phil Morris
Posted: Tuesday, October 16, 2007 12:24:12 PM
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.
eo_support
Posted: Tuesday, October 16, 2007 12:29:59 PM
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.