IE9 Bug: Pagination does not move to directly under the table immediately when sScrollX is set
IE9 Bug: Pagination does not move to directly under the table immediately when sScrollX is set
jgrobertson
Posts: 4Questions: 0Answers: 0
I'm having an issue where the div that holds the pagination and info does not flow directly under the table when the height of the table changes.
I've set up a jsFiddle that somewhat displays the problem here: http://jsfiddle.net/jrobertson/brXLh/
In the fiddle, you can see that when the table is destroyed, a space appears between the table and pagination in IE9, but it doesn't happen in any other browser.
This only happens when sScrollX is set to true.
I am currently using 1.9.0 and jQuery 1.4.4, but I've also tested with the latest versions of each and the problem exists there too.
I've set up a jsFiddle that somewhat displays the problem here: http://jsfiddle.net/jrobertson/brXLh/
In the fiddle, you can see that when the table is destroyed, a space appears between the table and pagination in IE9, but it doesn't happen in any other browser.
This only happens when sScrollX is set to true.
I am currently using 1.9.0 and jQuery 1.4.4, but I've also tested with the latest versions of each and the problem exists there too.
This discussion has been closed.
Replies
Allan
Also, after doing more testing, I found out that it does not happen in IE9 Compatibility Mode.
Allan