Fox-Alpha / nagioschecker

Automatically exported from code.google.com/p/nagioschecker
0 stars 0 forks source link

Popup on Nagios Systems tab missing background #171

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Open the Nagios Checker Settings and select the Nagios Systems tab.
2. Right click on one of the systems and see that the popup menu is missing

This is with Nagios Checker 0.16 on Firefox 4.

The popup XUL element was deprecated in Firefox 4:
https://developer.mozilla.org/en/XUL/popup

It can be directly replaced by menupopup:
https://developer.mozilla.org/en/XUL/menupopup

Needs to be done in:
chrome/nagioschecker/content/nagioschecker-options.xu

Original issue reported on code.google.com by ironwil...@gmail.com on 31 Mar 2011 at 4:26