Content disappearing in IE
Content disappearing in IE
Hello all,
There have been a number of reports recently of DataTables effectively 'disappearing' in Internet Explorer. Content might be partly hidden, or completely hidden, but the developer tools show that the DOM is as would be expected. This is due to a rendering bug in IE that is unfortunately triggered by my demo CSS, under certain conditions (nesting under floated elements appears to be one way this occurs).
Fortunately a "fix" is easy - Simply add "zoom:1" to the .dataTables_wrapper CSS declaration. This fix will be included in the next release of DataTables, but I wanted to mention it here, and hopefully it will save some of you tearing your hair out!
Special thanks to Tobias B
There have been a number of reports recently of DataTables effectively 'disappearing' in Internet Explorer. Content might be partly hidden, or completely hidden, but the developer tools show that the DOM is as would be expected. This is due to a rendering bug in IE that is unfortunately triggered by my demo CSS, under certain conditions (nesting under floated elements appears to be one way this occurs).
Fortunately a "fix" is easy - Simply add "zoom:1" to the .dataTables_wrapper CSS declaration. This fix will be included in the next release of DataTables, but I wanted to mention it here, and hopefully it will save some of you tearing your hair out!
Special thanks to Tobias B
This discussion has been closed.