Active
Project:
Drupal ajaxIM
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2007 at 06:00 UTC
Updated:
28 Jul 2007 at 06:02 UTC
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
Comment #1
nateritter commentedAh 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.