Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Questions about "colWidths" behavior change

    Hi,

    We observe a behavior change for "colWidths" while upgrading from SmartClient v8.3p 2013-06-01 to SmartClient v8.3p 2014-01-24.

    We have a DynamicForm with "width" 950 and "colWidths" [100,100,100]. In 06-01 build the items in the DynamicForm are split with equal spaces occupying the whole width of the DynamicForm. In 01-24 build the items follows the colWidth we defined and only occupy the left of the DynamicForm.

    Is this behavior change expected? Please try the attached standalone html file. Thanks!
    Attached Files

    #2
    The behavior for colWidths that don't take up all space is unspecified - don't rely on it.

    Comment

    Working...
    X