IE9 specific issue - clicking sScrollX-enabled table causes it to grow strange whitespace vertically

IE9 specific issue - clicking sScrollX-enabled table causes it to grow strange whitespace vertically

tandreasentandreasen Posts: 5Questions: 0Answers: 0
edited April 2013 in General
Hi,

I have an issue specific ONLY to IE9 (works in chrome\firefox\IE8) where if you click on a row within a datatable, whitespace between the table content and the table footer grows per each click (VERY similar to this issue: http://datatables.net/forums/discussion/11384/strange-behavior-in-ie9-with-sscrollx/p1) - it only happens on tables with sScrollX enabled.

The min-height:0% fix suggested in the link above did not work. Has anybody experienced this behavior?

Thank you.

Replies

  • tandreasentandreasen Posts: 5Questions: 0Answers: 0
    I resolved this: the min-height:0% was actaully the solution

    [code]div.dataTables_scrollBody { min-height: 0%; }[/code]

    The above fixed my problem.
This discussion has been closed.