From: Edward Date: Mon, 8 Jun 2015 04:30:15 +0000 (+0800) Subject: Roo/form/HtmlEditor.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=527d85d3b521386f8a67dcfdce1bd8da9c1aa7f1;p=roojs1 Roo/form/HtmlEditor.js --- diff --git a/Roo/form/HtmlEditor.js b/Roo/form/HtmlEditor.js index 344c6b6ea6..b96fef32cd 100644 --- a/Roo/form/HtmlEditor.js +++ b/Roo/form/HtmlEditor.js @@ -336,7 +336,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, { Roo.each(this.toolbars, function(t){ if(t instanceof Roo.form.HtmlEditor.ToolbarContext){ - t.tb.el.setVisibilityMode(Roo.Element.DISPLAY).show(); + t.tb.show(); t.footer.show(); } });