My first time here....
Sorry if this has been mentioned before, I did search but couldn't find any reference.
I have noticed a difference between Internet Explorer (my version is IE 6.0) and Firefox (my version is 2.0.0.3).
When I view the source code of an actual multiroom chat session I notice a difference between IE and FF
The source code as shown by IE shows :
- Code: Select all
var pfc_userchan = ["Room_4"];
The source code as shown by FF shows :
- Code: Select all
var pfc_userchan = ["Room_35","Room_4"];
Here you can see that FF is correctly showing that there are 2 userchan elements, but IE is only showing 1, despite the fact that it is actually connected to both Room_4 and Room_35 (ie, the same as the FF session).
I am currently using pfc version 1.0-beta9
This seems to be causing me a problem with multiple channels/rooms in Internet Explorer.
Any ideas why ?
Would 1.0-beta10 resolve the issue ?
Do you need any more info from me ?
Many thanks for your time
Rgs
Onslo