Issue with only blue color while resizing the any graph
list Akshar Bhosale
Hi,
we have been running xymon 4.2.2 from last 2 years on rhel 5.2. Suddenly,
issue of displaying only blue color while resizing any graph is coming
i.e.when we click on magnifier sign on any of the graphs, complete blue
color appears and no graph data is displayed.
Tried to add some code like this in menu.css in www dir,
.zoomSensitiveZone {
opacity:0;
}
.zoomBox {
opacity:0.5;
}
as seen from old posts but does not seem to be working.
Kindly help.
list Tim McCloskey
/* css comments are like this one */
Try this, with the hash marks.
#zoomSensitiveZone{
opacity:0;
}
#zoomBox{
opacity:0.5;
}
If that does not work: What browser/version is displaying the blue? Also, what happens if you try other broswers (eg. firefox vs. internetexploder)?
Regards,
Tim
▸
From: xymon-bounces at xymon.com [xymon-bounces at xymon.com] On Behalf Of akshar bhosale [user-ef04175556bd@xymon.invalid]
Sent: Tuesday, July 19, 2011 10:56 AM
To: xymon at xymon.com
Subject: [Xymon] Issue with only blue color while resizing the any graph
Hi,
we have been running xymon 4.2.2 from last 2 years on rhel 5.2. Suddenly, issue of displaying only blue color while resizing any graph is coming i.e.when we click on magnifier sign on any of the graphs, complete blue color appears and no graph data is displayed.
Tried to add some code like this in menu.css in www dir,
.zoomSensitiveZone {
opacity:0;
}
.zoomBox {
opacity:0.5;
}
as seen from old posts but does not seem to be working.
Kindly help.
list Akshar Bhosale
thanks for your quick and kind help. It seems to be issue with our browser whose flash has been upgraded and graphs are clearly visible with other machines. But is there any workaround for this?
▸
On Tue, Jul 19, 2011 at 11:34 PM, Tim McCloskey <user-440820cc07d6@xymon.invalid> wrote:
/* css comments are like this one */
Try this, with the hash marks.
#zoomSensitiveZone{
opacity:0;
}
#zoomBox{
opacity:0.5;
}
If that does not work: What browser/version is displaying the blue? Also,
what happens if you try other broswers (eg. firefox vs. internetexploder)?
Regards,
Tim
From: xymon-bounces at xymon.com [xymon-bounces at xymon.com] On Behalf Of
akshar bhosale [user-ef04175556bd@xymon.invalid]
Sent: Tuesday, July 19, 2011 10:56 AM
To: xymon at xymon.com
Subject: [Xymon] Issue with only blue color while resizing the any graph
Hi,
we have been running xymon 4.2.2 from last 2 years on rhel 5.2. Suddenly,
issue of displaying only blue color while resizing any graph is coming
i.e.when we click on magnifier sign on any of the graphs, complete blue
color appears and no graph data is displayed.
Tried to add some code like this in menu.css in www dir,
.zoomSensitiveZone {
opacity:0;
}
.zoomBox {
opacity:0.5;
}
as seen from old posts but does not seem to be working.
Kindly help.
list Josh Luthman
Can you post a screen shot of your issue? I think Tim has the fix for this very well known well repeated bug. It is caused by certain browsers but has nothing to do with Flash. Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX
▸
On Tue, Jul 19, 2011 at 2:10 PM, akshar bhosale <user-ef04175556bd@xymon.invalid>wrote:
thanks for your quick and kind help. It seems to be issue with our browser whose flash has been upgraded and graphs are clearly visible with other machines. But is there any workaround for this? On Tue, Jul 19, 2011 at 11:34 PM, Tim McCloskey <user-440820cc07d6@xymon.invalid> wrote:/* css comments are like this one */ Try this, with the hash marks. #zoomSensitiveZone{ opacity:0; } #zoomBox{ opacity:0.5; } If that does not work: What browser/version is displaying the blue? Also, what happens if you try other broswers (eg. firefox vs. internetexploder)? Regards, Tim From: xymon-bounces at xymon.com [xymon-bounces at xymon.com] On Behalf Of akshar bhosale [user-ef04175556bd@xymon.invalid] Sent: Tuesday, July 19, 2011 10:56 AM To: xymon at xymon.com Subject: [Xymon] Issue with only blue color while resizing the any graph Hi, we have been running xymon 4.2.2 from last 2 years on rhel 5.2. Suddenly, issue of displaying only blue color while resizing any graph is coming i.e.when we click on magnifier sign on any of the graphs, complete blue color appears and no graph data is displayed. Tried to add some code like this in menu.css in www dir, .zoomSensitiveZone { opacity:0; } .zoomBox { opacity:0.5; } as seen from old posts but does not seem to be working. Kindly help.