joshsten / redmine_jchat

Chat Plugin for Redmine 1.0.x,1.1.x,1.2.x - Driven on MySQL no need to install any extra gems. Use at own risk. I will do my best to add features over time, but I am a busy student so I apologize for slow release/response times.
39 stars 22 forks source link

Always Flashing "New Message" #9

Open cforce opened 13 years ago

cforce commented 13 years ago

I noticed a Flashing browser tab with message "New Message". When sahll this occour normally? I would expect that if i read the message from chat (timestamp wehn i opened the chat window) only new messages after that date will cause the browser tab flashing "New Message", but in our case it flashes all the time.

joshsten commented 13 years ago

I am rewriting the JavaScript implementation to address this and also to improve the automatic scrolling when new messages arrive. My original approach is unreliable. I have disabled the new message flashing in the newest commit.