column resizing on hidden tabs broken again

column resizing on hidden tabs broken again

dnagirldnagirl Posts: 36Questions: 2Answers: 0
edited February 2013 in Bug reports
A while back, if a dataTable was instantiated in an *inactive* jQueryUI tab, the column sizes would not be set when the tab was activated, leading to a dataTable with all the columns squished over on the left. Allen worked his magic and the issue went away.

In preparing for jQueryUI v1.11 as suggested in their upgrade guide (http://jqueryui.com/upgrade-guide/1.10/#preparing-for-jquery-ui-1-11), I discovered that the column resizing problem may recur. Here are the relevant parts of my devsite header which can reproduce the problem with any dataTable inside an inactive tab:

[code]


$.uiBackCompat = false;<!-- true or false has no effect on column sizing-->



[/code]

I've created a jsFiddle here: http://jsfiddle.net/jeBbL/2/ Any advice on how to fix the issue?

Replies

  • dnagirldnagirl Posts: 36Questions: 2Answers: 0
    On further testing, it appears that the problem occurs only when sScrollX is set. See demo here: http://jsfiddle.net/jeBbL/3/
This discussion has been closed.