Closed (won't fix)
Project:
Chatroom
Version:
4.7.x-1.6
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Feb 2007 at 16:27 UTC
Updated:
12 Feb 2007 at 14:43 UTC
In IE 6 the chat area remains blank, that is,typed messages cannot be seen.
Theres an "error on page" in the browser status bar
and gives something like this :
Line 7
Char 3
Error:`chatroom` is undefined
Code:0
Comments
Comment #1
darren ohThat could happen if the chatroom variables are not being sent when the chat is loaded. Send me a link to the chat so I can look at the page source.
Comment #2
misty3 commentedHave been testing this on localhost.
The view source does show
var chatroom = {chatId : 1,
lastMsgId : 0,
cacheTimestamp : 0,
updateCount : 0,
chatUrl : 'http://localhost/kobitamitali/modules/chatroom/chatroomread.php',
kickUrl : '/kobitamitali/?q=chatrooms/kicked/user',
banUrl : '/kobitamitali/?q=chatrooms/banned/user',
userBase : 'modules',
chatroomBase : 'modules/chatroom',
smileysBase : false,
smileysMarker : '------',
userUrl : '/kobitamitali/?q=user/',
chatCacheFile : 'C:\Program Files\xampp\tmp/drupal_chat_cache/kobitamitali_chat_1',
updateInterval : 1000,
idleInterval : 20000,
userList : [{user:"admin",sessionId:"1b20e723f2062851b55ad13eda94da8c",uid:1,away:0}],
onlineList : true,
userColours : [],
sessionId : '1b20e723f2062851b55ad13eda94da8c',
timezone : 0
};
etc etc
Another interesting thing is the chat worked fine in Firefox previous version but with FF2 on localhost I get a blank screen [ antique theme ] and to confuse things even more chat on wovenlabs site appear ok in FF2
Error console of FF2 shows
Error: frames.test has no properties
Source File: http://localhost/drupal/modules/chat/chat_window.js
Line: 39
Comment #3
darren ohIt appears that there is a conflict between Buddy Chat and Chat Room. I am working on a new chat architecture that will prevent this in the future.