Ticket #2653: fck_table.html.patch
File fck_table.html.patch, 704 bytes (added by , 14 years ago) |
---|
-
editor/dialog/fck_table.html
137 137 if ( ! bExists ) 138 138 table = oDoc.createElement( "TABLE" ) ; 139 139 140 oEditor.FCKUndo.SaveUndoStep() ; 141 142 140 143 // Removes the Width and Height styles 141 144 if ( bExists && table.style.width ) table.style.width = null ; //.removeAttribute("width") ; 142 145 if ( bExists && table.style.height ) table.style.height = null ; //.removeAttribute("height") ; … … 302 305 } 303 306 } 304 307 305 oEditor.FCKUndo.SaveUndoStep() ;308 306 309 307 310 oEditor.FCK.InsertElement( table ) ; 308 311 }