Mibew Messenger Community

General => Support => Topic started by: juscommune on February 13, 2012, 02:25:31 AM

Title: Blue Screen - not BOD
Post by: juscommune on February 13, 2012, 02:25:31 AM
All was working 100%  :)  but now whenever a chat session begins every operator sees the chat window in solid blue - unless you refresh the window (F5) to see the message content again?

So does anyone have an idea why every time a Visitor replies to a message the browser window turns solid blue?  :o
Title: Re: Blue Screen - not BOD
Post by: indigo_papa on February 18, 2012, 07:21:03 PM
I experienced this with Google Chrome.  Using Firefox or IE for me it was fine.
Title: Re: Blue Screen - not BOD
Post by: fcampuzano on February 20, 2012, 05:06:46 PM
I'm getting the same problem from a week ago, I guess it's due to some update in google chrome. Any solution?
Title: Re: Blue Screen - not BOD
Post by: joelgraham on February 22, 2012, 09:19:02 AM
Hi,

I am new to this forum - hello all!!

I am also experiencing this issue, only in Google Chrome.
Any only when when the data is requested asynchronously?

Any help on this would be great!
Thanks
Title: Re: Blue Screen - not BOD
Post by: rs2k on February 22, 2012, 02:12:12 PM
Hi,

I am new to this forum - hello all!!

I am also experiencing this issue, only in Google Chrome.
Any only when when the data is requested asynchronously?

Any help on this would be great!
Thanks


I am getting this exact same problem! Major deal breaker here unfortunatly!

I've had a quick scan of the source and can't see anything glaringly obvious?

Thanks

RS2k
Title: Re: Blue Screen - not BOD
Post by: rs2k on February 22, 2012, 03:22:56 PM
I appear to have found a fix!

Its related to the playing on the wav files.

in common.js in the source folder find the playwav function.

comment out the contents so its just an empty function.

Problem solved. Although you will get no sounds at all. But lets be honest, it is an annoyance having sounds anyway.
Title: Re: Blue Screen - not BOD
Post by: joelgraham on February 23, 2012, 11:05:31 AM
AMAZING!!!

This works perfectly!

Thanks you very much!!!
Title: Re: Blue Screen - not BOD
Post by: cvas on February 24, 2012, 11:09:37 AM
Hi,

I commented in common.js (root/webim/js/souruce) that code:

function playSound(wav_file) {
//   var player = document.createElement("div");
//   var agt = navigator.userAgent.toLowerCase();
//  if(agt.indexOf('opera') != -1) {
//     player.style = "position: absolute; left: 0px; top: -200px;";
//  }
//  document.body.appendChild(player);
//  player.innerHTML = '<embed src="'+wav_file+'" hidden="true" autostart="false" loop="false">';
}

but the chat still plays sounds, and on chrome the chat window is solid blue after consultant connect. What's wrong?
Title: Re: Blue Screen - not BOD
Post by: juscommune on February 24, 2012, 10:33:23 PM
Thanks everyone for all your help!  ;)
Title: Re: Blue Screen - not BOD
Post by: cvas on March 01, 2012, 07:04:37 AM
Hi,

Anyone Can help me?

I commented playwav function in common.js but the chat still plays sounds...
Title: Re: Blue Screen - not BOD
Post by: Dmitriy Simushev on March 01, 2012, 02:39:36 PM
Hi,
Changing of root/webim/js/souruce/common.js have no effects. For details look at http://mibew.org/forums/index.php/topic,329.0.html (http://mibew.org/forums/index.php/topic,329.0.html)

Dmitriy
Title: Re: Blue Screen - not BOD
Post by: micro on January 29, 2013, 05:39:59 AM
using apache ant is confuse me much   :(