OpenNetAdmin

Track. Automate. Configure.

Home About Features Community Develop
Download this project as a tar.gz file

firefox javascript errors

yshollander

11-06-2010 10:47:25

The latest ONA is not properly displaying in Firefox 3.6.3 running under Fedora Core 13. When I mouse over 'Menu', the submenu does not appear immediately below. FWIW, ONA works nicely in Google Chrome.

This is the error in the JavaScript console:

Error: ona_menu_closedown is not defined
Source File: http://athos/ona/
Line: 1

There are lots of warnings as well; please let me know if you'd like to see them too...

Thanks

Isaac

Matt

14-06-2010 10:41:53

And of course I didnt test that one!

I believe I've fixed it.. will be in the next release..

I have not seen any of the error warnings at the JS level.. you might send them over just so I can make sure I am not missing something.

yshollander

14-06-2010 11:39:40

Hmm. Under Chrome there are no warnings, so I'll wait to report more FF warnings once I can pull down the fix (can you tell me which fixed file to pull down from source control and I'll try it out?)

However, there are javascript errors in the stylesheet you use on the website. Image attached...

Matt

14-06-2010 13:55:15

It should just be:

www/include/html_style_sheet.inc.php
www/include/html_desktop.inc.php

it was a z-index problem if I remember right.



The errors look like they are just messages from the CSS processor not liking various CSS properties. I dont think this is a problem. ?

yshollander

15-06-2010 09:06:49

Indeed the problem is fixed, and FF reports no other JS errors or warnings.

Thanks for the quick turnaround!

Isaac