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.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31561 | Wed Oct 17 17:33:08 MDT 2012 | judy.guglielmin | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Fix Version/s | 1.2 Beta [ 10344 ] |
Summary | splitPane js sometimes calculates incorrect widths | splitPane js sometimes fails to set pane widths (was: splitPane js sometimes calculates incorrect widths) |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Issue Type | Improvement [ 4 ] | Bug [ 1 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
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....