Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Overview problem in JavaApplet mode with Safari (Read 1844 times)
jcollins@scires
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 53
Joined: Feb 17th, 2009
Overview problem in JavaApplet mode with Safari
May 4th, 2009 at 2:00pm
Print Post  
Hello, I have noticed that their seems to be a problem with using the overview in javaapplet mode with the browser Safari. The browser will completely crash out if you postback more than once. To reproduce just click on the btntest twice and the browser will crash out. Below is the code:

<asp:ScriptManager runat="server" ID="scriptmanager" AsyncPostBackTimeout="300">
           </asp:ScriptManager>
    <asp:UpdatePanel runat="server" ID="up1">
       <ContentTemplate>
           <ndiag:DiagramView runat="server" ID="diagView" AutoScroll="true" Height="500px" Width="500px"  ClientSideMode="JavaApplet">
               <Diagram AllowSelfLoops="false" TextColor="White" DefaultShape="Rectangle" AutoResize="RightAndDown" LinkCrossings="Arcs"
                RouteLinks="true"  />
           </ndiag:DiagramView>
           <ndiag:Overview ID="ovw" runat="server" DiagramViewID="diagView" Height="100px" Width="100px"  />
           <asp:Button runat="server" ID="btntest" Text="test" />
       </ContentTemplate>
    </asp:UpdatePanel>


I know you guys have said only IE and firefox are supported in javaapplet mode. I just thought it might be worth mentioning.

jay
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Overview problem in JavaApplet mode with Safar
Reply #1 - May 5th, 2009 at 2:42pm
Print Post  
Our developer tried to debug this, but the situation looks hopeless Sad Apparently some exceptions happen in LiveConnect (JavaScript to Java interop system), and Safari crashes. We've found similar crashes reported on the Internet, so hopefully Apple know about this and will improve their Java support in next releases of Safari.

Stoyan
  
Back to top
 
IP Logged
 
jcollins@scires
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 53
Joined: Feb 17th, 2009
Re: Overview problem in JavaApplet mode with Safar
Reply #2 - May 5th, 2009 at 2:51pm
Print Post  
Great. Thanks for looking into it. At least for now, I will just make the overview visible property to false if the browser is safari. Everything else seems to be working. Thanks again for looking into all of these cross-browser issues.
jay
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint