Menu

#517 Does not work with SeaMonkey

open
nobody
5
2007-04-20
2007-04-20
Ztruker
No

Name: Rich Kurtz
Email: ztruk@cfl.rr.com

Similar to problem seen with Firefox. When I login I see "connecting...." at top right, yellow input area bottom left and green area bottom right but nothing else. After a bit get Warning: Unresponsive script.

Discussion

  • Ztruker

    Ztruker - 2007-04-20

    Logged In: YES
    user_id=1317607
    Originator: YES

    Fix described by George in Discussion Forums: Diskussion/Discussion, topic "firefox issues" works for SeaMonkey as well. See below. This change needs to get into the distribution.

    ==================================================================================
    RE: firefox issues
    By: George (george11) - 2006-10-12 07:17
    I found a solution to this problem on the German support forum: http://www.phpopenchat.de/forum/index.php?topic=752.msg3571#msg3571
    It works well for me.

    The solution is to add id attributes to all frame tags in the include/template/openchat/frameset.tpl file with the same value as in the name attribute.
    Like this:
    -----------

    <frameset rows="78%,*,0,0" onunload="closeWindows();logout()">
    <frameset cols="85%,*">
    <frame name="output" id="output" src="output.php?<?=$_SESSION['session_get']?>" frameborder="0" />
    <frame name="chatter" id="chatter" src="chatter.php?<?=$_SESSION['session_get']?>" frameborder="0" noresize="noresize" scrolling="no" />
    </frameset>
    <frame name="input" id="input" src="input.php?<?=$_SESSION['session_get']?>" frameborder="0" noresize="noresize" scrolling="no" />
    <frame name="getlines" id="getlines" src="getlines.php?login=1&amp;<?=$_SESSION['session_get']?>" noresize="noresize" frameborder="0" />
    <frame name="dummy" id="dummy" src="output.php" frameborder="0" noresize="noresize" />
    <noframes>
    ==================================================================================

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.