PDA

View Full Version : Zabbix 1.5 - Graphs and Time Period Changes


Palmertree
17-03-2008, 13:50
Just an FYI, it looks like the sbox.js script for changing time periods in charts only works in IE7 and Firefox. IE6 just shows a blank spot. :)

Aly
17-03-2008, 14:11
sbox.js is responsible for selection box on graphs ;) As i understood you meant calendar icon?! Yes it's should be fixed, thank you.

BTW: frontend should work under ie6, ie7, ff, opera, safari, netscape and konqueror :cool:

Palmertree
17-03-2008, 14:36
Aly thanks for the quick reply. Sorry, I need more sleep. Is there a quick fix that fixes the calendar icon in IE6 or should I just get the developer edition for the fix? I just want to say that you and your team are doing a wonderful job with Zabbix. Keep up the good work. :)

Aly
17-03-2008, 14:51
Thank you. I'm still looking for a solution.. as soon as I'll find it, i'll tell you.

Palmertree
17-03-2008, 15:16
Thanks Aly. If you need help testing please let me know. :-)

Aly
17-03-2008, 15:55
It's still mystery why IE6 doesn't show icon :confused: Must be one of bugs in IE. But I found a solution. This code does nothing, but it makes ie6 to show it.

Place this code: if(IE){
try{$('scroll_calendar').setStyle({'border' : '0px white solid;'});}
catch(e){}
}

at the end(line ~90) of function showgraphmenu(obj_id) in file js/sbinit.js

Palmertree
17-03-2008, 16:07
Cool. Trying it now. I will let you know in a few minutes how it turns out.

Palmertree
17-03-2008, 16:28
Works like a champ. Thanks a bunch.