Project:Drupal ajaxIM
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active

Issue Summary

I noticed that when someone sends more than one request quickly, if the client receiving it is using Firefox (latest rev), they may not receive the transmission and a JS error occurs:

defaultTitle is not defined
titlebarBlink("Test User", "got that", 2)initialize.js (line 222)
[Break on this error] document.title = defaultTitle;

That error was retrieved using FireBug, but I am not a Module programmer, so I won't be of much help to fix it.

Comments

#1

Priority:critical» minor

Ah wait! I see it only happens when you have more than one tab open on the site. I suppose it still could be fixed, so I'll leave it open, but feel free to close it if you don't want to fix it as it's a pretty small case. I'm downgrading the priority at least.