Author Topic: Blue Screen - not BOD  (Read 16418 times)

0 Members and 1 Guest are viewing this topic.

juscommune

  • Jr. Member
  • **
  • Posts: 2
Blue Screen - not BOD
« 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

indigo_papa

  • Jr. Member
  • **
  • Posts: 2
Re: Blue Screen - not BOD
« Reply #1 on: February 18, 2012, 07:21:03 PM »
I experienced this with Google Chrome.  Using Firefox or IE for me it was fine.

fcampuzano

  • Jr. Member
  • **
  • Posts: 1
Re: Blue Screen - not BOD
« Reply #2 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?

joelgraham

  • Jr. Member
  • **
  • Posts: 2
Re: Blue Screen - not BOD
« Reply #3 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

rs2k

  • Jr. Member
  • **
  • Posts: 2
Re: Blue Screen - not BOD
« Reply #4 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

rs2k

  • Jr. Member
  • **
  • Posts: 2
Re: Blue Screen - not BOD
« Reply #5 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.
« Last Edit: February 22, 2012, 03:34:53 PM by rs2k »

joelgraham

  • Jr. Member
  • **
  • Posts: 2
Re: Blue Screen - not BOD
« Reply #6 on: February 23, 2012, 11:05:31 AM »
AMAZING!!!

This works perfectly!

Thanks you very much!!!

cvas

  • Jr. Member
  • **
  • Posts: 2
Re: Blue Screen - not BOD
« Reply #7 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?

juscommune

  • Jr. Member
  • **
  • Posts: 2
Re: Blue Screen - not BOD
« Reply #8 on: February 24, 2012, 10:33:23 PM »
Thanks everyone for all your help!  ;)

cvas

  • Jr. Member
  • **
  • Posts: 2
Re: Blue Screen - not BOD
« Reply #9 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...

Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: Blue Screen - not BOD
« Reply #10 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

Dmitriy

micro

  • Jr. Member
  • **
  • Posts: 4
Re: Blue Screen - not BOD
« Reply #11 on: January 29, 2013, 05:39:59 AM »
using apache ant is confuse me much   :(