Ticket #5690: 5690.patch

File 5690.patch, 676 bytes (added by Sa'ar Zac Elias, 14 years ago)
  • _source/plugins/tabletools/dialogs/tableCell.js

     
    149149                                                                                                        ],
    150150                                                                                                        setup : function( selectedCell )
    151151                                                                                                        {
    152                                                                                                                 var widthMatch = widthPattern.exec( selectedCell.$.style.width );
     152                                                                                                                var widthMatch = widthPattern.exec( selectedCell.getStyle( 'width' ) || selectedCell.getAttribute( 'width' ) );
    153153                                                                                                                if ( widthMatch )
    154154                                                                                                                        this.setValue( widthMatch[2] );
    155155                                                                                                        }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy