When I disable bProcessing, the position of the table will not stay the same in FireFox 13.0.1
This seems to be a result of the non-existence of the dataTables_processing div.
It works fine in Chrome and IE9 though.
I do have a rather complex CSS and layout, but that doesn't seem to be causing trouble in this case.
The table.display container is simply not pushed down by the dataTables_processing div and shows up next to the .dataTables_length container instead of underneath it.
Anyone know this problem and knows how to solve it?