Ticket #6111: 6111_2.patch

File 6111_2.patch, 561 bytes (added by Martin, 14 years ago)

Patch

  • _source/plugins/tabletools/plugin.js

     
    423423                {
    424424                        var row = tableMap[ r ];
    425425                        if ( typeof cell == 'undefined' )
     426                        {
    426427                                oCol.push( row[ colIndex ] );
     428
     429                                if ( row[ colIndex ].rowSpan > 1 )
     430                                        r += row[ colIndex ].rowSpan - 1;
     431                        }
     432
    427433                        else if ( cell.is && row[ colIndex ] == cell.$ )
    428434                                return r;
    429435                        else if ( r == cell )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy