Closed (won't fix)
Project:
Chatroom
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Mar 2009 at 09:59 UTC
Updated:
12 Sep 2009 at 14:53 UTC
Jump to comment: Most recent
Comments
Comment #1
jascott commentedI was getting this behavior. For me, it turned out that the module was using this code:
line 104 of chatroom.js:
If the 'Theme Developer' module is enabled, it will inject HTML into the element causing the above code to evaluate to true and the message to be printed repeatedly. Other modules could cause this as well, but this one is particularly suited because it injects HTML just about everywhere. Also be aware that clicking 'Enable Developer Modules' in Admin Menu may enable 'Theme Developer'.
Instead of checking if the response message container is empty, it could be checked for a property like class 'new' and then the property could be reset.
Comment #2
Anonymous (not verified) commentedfor now, this is a wont-fix, as it is caused by theme developer. i'm happy to have this reopened if someone wants to work on a patch to fix it.