Ticket #5690: table-cell-width-fix.diff
File table-cell-width-fix.diff, 603 bytes (added by , 13 years ago) |
---|
-
_source/plugins/tabletools/dialogs/tableCell.js
old new 153 153 ], 154 154 setup : function( selectedCell ) 155 155 { 156 var widthMatch = widthPattern.exec( selectedCell.$.style.width );156 var widthMatch = widthPattern.exec( selectedCell.$.style.width || selectedCell.$.width ); 157 157 if ( widthMatch ) 158 158 this.setValue( widthMatch[2] ); 159 159 }