Xymon Mailing List Archive search

firefox 3.5 problem with graph zoom display - ymon 4.2.2-RC1-2008.12.01

list Phil Meech
Fri, 6 Nov 2009 14:58:53 +0000
Message-Id: <user-d7e8b754bcf1@xymon.invalid>

Hehe, amazing how things go around!  I (pam196) posted that because it
topped google.

Phil

2009/11/6 McGraw, Robert P <user-33cf07af04dd@xymon.invalid>
I had the same problem and this resolved my problem


Recently upgrade to Firefox 3.5?
See if http://www.cornempire.net/2009/07/10/xymon-graph-all-blue/ helps
you any.
-Alan

Robert
-----Original Message-----
From: Richard Finegold [mailto:user-6a016aac278a@xymon.invalid]
Sent: Friday, November 06, 2009 7:03 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] firefox 3.5 problem with graph zoom display -
ymon 4.2.2-RC1-2008.12.01


On Thu, Nov 5, 2009 at 13:21, Matthew Moldvan <user-ffaad6c7b6c3@xymon.invalid> wrote:
There's a simply CSS fix out there somewhere ... can't remember the
URL but basically the fix was to add the following to main/main.css in
the Xymon path:
#zoomSensitiveZone{
        opacity:0;
}
#zoomBox{
        opacity:0.5;
}
This raises a question I've been wondering about for some time: is
there an advantage or licensing requirement for downloading the
content of zoom.js (~21 kB) in each invocation of hobbitgraph with
action=selzoom? The menu scripts aren't embedded: they're sourced by
reference (src= in bb_footer). I know it isn't a lot of bandwidth, but
it seems an unnecessary redundancy.