Closed (fixed)
Project:
DrupalChat
Version:
7.x-1.0-beta6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2011 at 15:32 UTC
Updated:
17 Sep 2012 at 12:23 UTC
I logged into different user accounts on the same browser and all chats from different users appeared accumulated in a single chat window when a new chat was initiated. This is a big privacy concern.
Please take a look at the attached screenshot where in a chat between users xristina and natalia, there are messages visible from a chat between panagiotis and xristina. User panagiotis was previously logged in on the same browser just before natalia.
Btw, any page reloads cause the chat window to scroll to the top, which is a bit frustrating.
| Comment | File | Size | Author |
|---|---|---|---|
| chat.png | 9.64 KB | marktheshark |
Comments
Comment #1
darklrd commentedHey marktheshark,
I will check this asap
Thanks
Comment #2
inthefuture commentedsame problem here, please keep us updated
Comment #3
inthefuture commentedi'm relatively new so this might be a dumb question but when it says latest version of YUI, does that mean from yahoo site, like the whole 3.3 version YUI developer kit? (http://developer.yahoo.com/yui/3/)
or does that mean http://drupal.org/project/yui
please clarify, thanks
Comment #4
inthefuture commentedi did try both, and neither worked properly, same browser sees other users chats
Comment #5
marktheshark commentedI assume it means the library from Yahoo! itself, not the Drupal module.
Comment #6
darklrd commentedYes, it means the library from Yahoo! itself.
Comment #7
darklrd commentedWill fix this issue ASAP.
Comment #8
carvalhar commentedi did a fresh install just to be sure. this module shows conversation even it's a different site!
I have a site installed at localhost/work and another one at localhost/test
Simply, the conversation on "localhost/work" appeared at "localhost/test" despite the fact that the users are totally different.
Comment #9
darklrd commentedThis issue is actually related to browser cache. That's why it is happening.
Comment #10
darklrd commentedFixed in this commit - http://drupalcode.org/project/drupalchat.git/commit/9275d1e.
Comment #12
prakashsingh commentedThis problem is still in DrupalChat 7.x-1.0-beta6. There must be a way out for deleting browser cache after user logout.
Thanks
Comment #13
darklrd commentedWhich polling method are you using?
Comment #14
prakashsingh commentedI am using Long Polling
Thanks