Details
Description
During the work on mediacast, we noticed that sometimes the splitPane would act up. After some dom updates, the right pane would sometimes shrink, leaving a space to the right of it. The left pane seemed unaffected. On inspection, the script had calculated the width of the right pane to 0. The issue seems intermittent and only happens infrequently, but moving the width setting from the script to rendering it straight on the div might be preferable.
This is not an autowidth calculation. If the columnDivider value is set, then the width css attribute is set (in px for the left and 100-columnWidth in % for the right column). If you don't set columnDivider, then nothing is done to the width css attribute. Have not seen anything in testing that would give this type of result. Would love a screen shot and some html markup of problem area....