Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


Calling Mac OS X and Safari Users....

 
Post new topic   Reply to topic    Cacti Forum Index -> Help: Unstable Development Versions
Author Message
rony
Developer/Forum Admin


Joined: 17 Nov 2003
Posts: 5448
Location: Wisconsin, USA

PostPosted: Sat Dec 04, 2004 10:07 pm    Post subject: Calling Mac OS X and Safari Users.... Reply with quote

For those that are willing and able, I need someone to test a new zoom.js for the graph zoom function in Safari.

BUG:0000351 at http://bugs.cacti.net/view.php?id=351

Please download the attachment and place it in your cacti /include/ folder overwriting the existing one. Please don't forget to backup your original.

Please let me know if the zoom function works properly. When I'm refering to the zoom function, I'm talking about the little magnifying glass located the the right of the graph. Once in zoom mode, attempt to drag a box over the graph to zoom in.

FYI, version 0.8.6b users plz.
Back to top
rony
Developer/Forum Admin


Joined: 17 Nov 2003
Posts: 5448
Location: Wisconsin, USA

PostPosted: Wed Dec 15, 2004 8:07 pm    Post subject: Reply with quote

Bump!
Back to top
duckhead
Cacti User


Joined: 20 Oct 2004
Posts: 59

PostPosted: Mon Jan 03, 2005 2:53 pm    Post subject: Reply with quote

I gave it s spin on my box. Still doesn't work correctly, the graph image is all blue.

I'll be happy to work with you to get this resolved.
Back to top
rony
Developer/Forum Admin


Joined: 17 Nov 2003
Posts: 5448
Location: Wisconsin, USA

PostPosted: Mon Jan 03, 2005 4:02 pm    Post subject: Reply with quote

Grrr....

What version of OS X and what version of Safari please.

It should work, I got the information from Apple.... I'm curious what version of safari you are running, that might be the issue.

Thanks,
Back to top
duckhead
Cacti User


Joined: 20 Oct 2004
Posts: 59

PostPosted: Mon Jan 03, 2005 4:54 pm    Post subject: Reply with quote

Safari 1.2.4 (v125.12)
OSX 10.3.7

Everything is current. If you have an AIM ID, and want to work through this, I'll be happy to. Just drop me a PM and we'll get this done.

duckhead
Back to top
duckhead
Cacti User


Joined: 20 Oct 2004
Posts: 59

PostPosted: Mon Jan 03, 2005 5:40 pm    Post subject: Reply with quote

I think I might know the problem. You asked to download a new zoom.js, and the only file I see in the bug is graph.php. That might be the problem. The graph.php is different though. Here's what's in the diff:

Code:

$ diff graph_old.php graph.php
172,173c172,173
<       <div id='zoomBox' style='position:absolute; overflow:none; left:0px; top:0px; width:0px; height:0px; visibility:visible; background:red; filter:alpha(opacity=50); -moz-opacity:0.5;'></div>
<       <div id='zoomSensitiveZone' style='position:absolute; overflow:none; left:0px; top:0px; width:0px; height:0px; visibility:visible; cursor:crosshair; background:blue; filter:alpha(opacity=0); -moz-opacity:0;' oncontextmenu='return false'></div>
---
>       <div id='zoomBox' style='position:absolute; overflow:none; left:0px; top:0px; width:0px; height:0px; visibility:visible; background:red; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5'></div>
>       <div id='zoomSensitiveZone' style='position:absolute; overflow:none; left:0px; top:0px; width:0px; height:0px; visibility:visible; cursor:crosshair; background:blue; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0' oncontextmenu='return false'></div>


Let me know if you want me to do something.

duckhead
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Help: Unstable Development Versions All times are GMT - 5 Hours
Page 1 of 1

 



Powered by phpBB © 2001, 2005 phpBB Group