vahidhedayati / grails-wschat-plugin

Grails websocket chat Plugin provides a multi-chat room add-on to an existing grails based site. provides: Private Messaging/WebRTC/Offline PM + room booking/reservations. Websocket TicTactoe. Add Live Chat to your Grails application
http://grails.org/plugin/wschat
Apache License 2.0
22 stars 10 forks source link

sometimes button close chat dialog not work #12

Closed akiong closed 8 years ago

akiong commented 8 years ago

hi...i tried your 3.0.8 version

i don't know why, but sometimes i cannot close that chat dialog and i dont get any log with firebug or dev tools..

close button

vahidhedayati commented 8 years ago

heh :) ye join the club - scratching my head on that for a long time too.. At the moment the hack is to refresh the page which destroys boxes but also closes down all other pm boxes.

There are some underlying bugs with how I use this pm box possibly down to my usage/declaration of the dynamic boxes.

Will take another look at it when I have some time

akiong commented 8 years ago

oh i see...thank you...

vahidhedayati commented 8 years ago

will leave open until I have some form of resolution

vahidhedayati commented 8 years ago

This issue should now be rectified in 3.0.11, I have reverted back to the original jquery.ui.chatbox.js and it appears to work a lot better. There is obviously issues with the older version that did some other stuff around webcam notification.

vahidhedayati commented 8 years ago

This should now be fixed and overlapping pm boxes should also be fixed. There is also going to be a delete function as part of 3.016 release. I don't think this has been an issue for a while if it still is please re-open