add style to whitelist as its used to style up table
[roojs1] / Roo / HtmlEditorCore.js
index 051a1ee..a571026 100644 (file)
@@ -385,7 +385,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
                 
                 new Roo.htmleditor.FilterAttributes({
                     node : div,
-                    attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan', 'data-display', 'data-width', 'start'],
+                    attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan', 'data-display', 'data-width', 'start' , 'style'],
                     attrib_clean : ['href', 'src' ] 
                 });