Ticket #5690: table-cell-width-fix.diff

File table-cell-width-fix.diff, 603 bytes (added by Jonathon Sim, 14 years ago)
  • _source/plugins/tabletools/dialogs/tableCell.js

    old new  
    153153                                                                                                        ],
    154154                                                                                                        setup : function( selectedCell )
    155155                                                                                                        {
    156                                                                                                                 var widthMatch = widthPattern.exec( selectedCell.$.style.width );
     156                                                                                                                var widthMatch = widthPattern.exec( selectedCell.$.style.width || selectedCell.$.width );
    157157                                                                                                                if ( widthMatch )
    158158                                                                                                                        this.setValue( widthMatch[2] );
    159159                                                                                                        }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy