Fox-Alpha / nagioschecker

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

Deprecated property window.title used. Please use document.title instead. #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Nagios Checker
2. Go to Tools->Error Console
3. "Deprecated property window.title used.  Please use document.title
instead." messages appear various times every time Nagios Checker updates
contents.

What is the expected output? What do you see instead?

Expected would be no output.

What version of the product are you using (Nagios Checker and Nagios)? On
what operating system?

Latest Nagios Checker 0.13

Please provide any additional information below.

The issue has been tracked down to function NCHToolTip in nagioschecker.js

  function NCHToolTip(pref) {
    this._rows=null;
-  this.title=title;
+ // Eliminates "Deprecated property window.title used.  Please use
document.title instead." 
+ // messages in the FireFox Error Console
+ //  this.title=title;
    this._vbox=null;
    this.headers = [];

Original issue reported on code.google.com by pplusdom...@gmail.com on 14 Nov 2008 at 5:51

GoogleCodeExporter commented 9 years ago
Thank you for warning on this. It looks like it is blocking error when running 
in FF
3.1beta.

Original comment by petr.si...@gmail.com on 26 Nov 2008 at 5:08

GoogleCodeExporter commented 9 years ago
Fix is included in current beta.
http://code.google.com/p/nagioschecker/downloads/list?q=label:Beta

Original comment by petr.si...@gmail.com on 16 Dec 2008 at 9:25

GoogleCodeExporter commented 9 years ago
Released in public version 0.14.

Original comment by petr.si...@gmail.com on 14 Apr 2009 at 7:39