IE8 Compatibility fix suggestion

IE8 Compatibility fix suggestion

adsoodadsood Posts: 10Questions: 0Answers: 0
edited March 2012 in Bug reports
In one of our pages (I can not refer to an example at the moment) that uses DataTables we had consistent crashes in IE8.
Investigation lead to the function:
function _fnAdjustColumnSizing ( oSettings )
[code]
_fnCalculateColumnWidths( oSettings );
for ( var i=0 , iLen=oSettings.aoColumns.length ; i

Replies

  • allanallan Posts: 63,383Questions: 1Answers: 10,449 Site admin
    If you are able to put up an example on http://live.datatables.net or anywhere else then that would be really helpful. I've not seen this issue in IE myself, so its possible that there is something in your initialisation that is configured differently from how I've tested it myself. Certainly it would be good to address this and get it into the core for 1.9.1, but I'll need to be able to reproduce the issue myself before adding code to the core.

    Thanks,
    Allan
This discussion has been closed.