Project

General

Profile

Actions

Defect #4595

closed

jstoolbar.js : this.toolbar is undefined line 205

Added by Jérémy Lal over 14 years ago. Updated over 14 years ago.

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.

Actions

Also available in: Atom PDF