datatables vertical scroll bug with fixed column in FireFox

datatables vertical scroll bug with fixed column in FireFox

nniiccnniicc Posts: 1Questions: 1Answers: 0
edited September 2015 in Free community support

Ok i have noticed this bug with FireFox how to replicate it:

Start scrolling on the fixed column
While its scrolling move the mouse over to the other data
Result: not aligned rows

Live demo: http://jsfiddle.net/nniicc/pkbmabeo/

Image: http://i.stack.imgur.com/2PhjX.png

$.fn.dataTableExt.sErrMode = 'ignore';
$('#myTable01').DataTable( {
    scrollY:        "200px",
    scrollX:        true,
    scrollCollapse: true,
    paging:         false,
    fixedColumns:   true,
    bPaginate: false,
    bFilter: false,
    bInfo: false,
    bSort: false
} );
This discussion has been closed.