Actions
Defect #10648
closedProblem showing textile bar in Chrome
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
No feedback
Affected version:
Description
In Google Chrome the textile bar doesn't show while adding a new issue.
It gives Uncaught TypeError: Cannot call method 'hasChildNodes' of undefined within jstoolbar.js
draw: function(mode) {
this.setMode(mode);
// Empty toolbar
while (+this.toolbar.hasChildNodes()+) {
The same page loads perfect in IE9.
Actions