Announcement

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

    6.1p: ListGrid column resize sizes column way too big on little movement when using autoFitFieldWidths

    Hi Isomorphic,

    please see this modified sample (v11.1p_2018-11-01, also happening in older nightlys, tested with GC 69):
    Code:
    isc.ListGrid.create({
        ID: "grid2",
        autoFitWidthApproach: "both",
        autoFitFieldWidths: true,
        width: "100%",
        height: 500,
        dataSource: "worldDS",
        autoFetchData: true,
        fields: [
            { name:"countryCode", title:"Code"},
            { name:"member_g8", title:"G8"},
            { name:"countryName", title:"Country"},
            { name:"area", title:"Area (km²)" },
            { name:"population", title:"Population"},
            { name:"gdp", title:"GDP ($M)"}
        ]
    });
    If you try to resize any column but the 1st one to be *bigger*, all extra space from the 1st one is directly assigned to the one you are resizing (=two columns are resized, while I wanted to resize one).
    This does not happen if you first resize it to be smaller.
    Click image for larger version

Name:	Resize flickering.gif
Views:	88
Size:	46.8 KB
ID:	255758

    Best regards
    Blama

    #2
    We've made a change to address this issue. Please try the next nightly build, dated Nov 9 or above

    Regards
    Isomorphic Software

    Comment


      #3
      Hi Isomorphic,

      I can see this is fixed using v11.1p_2018-11-09.

      Best regards
      Blama

      Comment

      Working...
      X