changeset 395 | fa4c5ecb7c9a |
parent 335 | 67bd3121a12e |
child 543 | dffcbfbc4e59 |
--- a/includes/clientside/tinymce/plugins/table/js/row.js Thu Jan 31 22:29:07 2008 -0500 +++ b/includes/clientside/tinymce/plugins/table/js/row.js Sat Feb 02 11:54:16 2008 -0500 @@ -151,6 +151,8 @@ // set tr_elm to the new node tr_elm = newRow; } + + dom.setAttrib(tr_elm, 'style', dom.serializeStyle(dom.parseStyle(tr_elm.style.cssText))); } function changedBackgroundImage() {