X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=df670534f9ed8aecbb6340d0847783acc3bb5a47;hb=848a7d125ce535e50afbba079d7d22f25f909b36;hp=27804daa608e2284dd25bdb7b8e3520d1ca5ae67;hpb=f02c43a1be294c25d1e034e171803bddc0f49ed5;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index 27804daa60..df670534f9 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -48088,7 +48088,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { // this trigger toggle. this.setText(v ? "Hide Caption" : "Show Caption"); - this.setPressed(v); + this.setPressed(!v); }, listeners : { toggle: function (btn, state) @@ -50128,7 +50128,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { new Roo.htmleditor.FilterStyleToTag({ node : d }); new Roo.htmleditor.FilterAttributes({ node : d, - attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan'], + attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan', 'data-display'], attrib_clean : ['href', 'src' ] }); new Roo.htmleditor.FilterBlack({ node : d, tag : this.black});