X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;h=7f5c68ca174fb5fb44f1fff43bb4eeaf6a6eae84;hp=7099b8c94e7690c3739dec790e3a36a58ae51fa4;hb=822be9c30d019c1af33a81edc8ea4d122dbb2e6c;hpb=a10bb9e00b52284dbebfa6db54c1f44500c210bd diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 7099b8c94e..7f5c68ca17 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -23754,7 +23754,10 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { this.align = this.getVal(node, 'figure', 'align'); var figcaption = this.getVal(node, 'figcaption', false); - this.caption = this.getVal(figcaption, 'i', 'html'); + if (figcaption !== '') { + this.caption = this.getVal(figcaption, 'i', 'html'); + } + this.caption_display = this.getVal(node, 'figcaption', 'data-display'); //this.text_align = this.getVal(node, 'figcaption', 'style','text-align'); @@ -25645,6 +25648,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { new Roo.htmleditor.FilterParagraph({ node : d }); new Roo.htmleditor.FilterSpan({ node : d }); new Roo.htmleditor.FilterLongBr({ node : d }); + new Roo.htmleditor.FilterComment({ node : d }); } if (this.enableBlocks) {