Scroller, Jquery tabs and IE 9

Scroller, Jquery tabs and IE 9

jstanderferjstanderfer Posts: 2Questions: 0Answers: 0
edited November 2011 in General
Using data tables 1.8.2 and Scroller, seeing a strange issue where when I have a table that's on a hidden tab at load, the width is being calculated to be enormous (~10,000 pixels). I've tried the example http://www.datatables.net/examples/api/tabs_and_scrolling.html and it still happens. Strangely, it's _only_ with IE9, IE8, Firefox, Chrome, etc. all work great.

I've spent quite a bit of time in the debugger and noticed that the iSanityWidth ends up being the 10,000+ size in IE9 versus a normal value in the other browsers.

Any ideas where to start?

Thanks

Replies

  • jstanderferjstanderfer Posts: 2Questions: 0Answers: 0
    As a workaround, I changed my tabs to not draw the table until the first time it's shown.
This discussion has been closed.