Actions
Defect #4595
closedjstoolbar.js : this.toolbar is undefined line 205
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-01-16
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
logged as admin, on page "settings", a javascript error involving jstoolbar :
this.toolbar is undefined on line 205, around :
draw: function(mode) { this.setMode(mode); // Empty toolbar while (this.toolbar.hasChildNodes()) { this.toolbar.removeChild(this.toolbar.firstChild) } this.toolNodes = {}; // vide les raccourcis DOM/**/
reproduced using redmine 0.9-stable, on chrome and firefox.
Updated by Jean-Philippe Lang almost 15 years ago
Can't reproduce. I don't have any javascript errors when going to Administration -> Setting with 0.9-stable or trunk and Firefox 3.5.7.
Updated by Jérémy Lal almost 15 years ago
- Status changed from New to Resolved
Another false alert...
i was not running rails 2.3, and fell for a rails 2.2 bug...
sorry, closing.
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
OK, thanks.
Actions