Announcement

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

    vertical alignment of filter editor checkbox with medium and expanded densities

    SmartClient Version: v11.1p_2017-09-14/AllModules Development Only (built 2017-09-14)

    Chrome on OSX

    Hello, please try the #filter sample, in 'expanded' skin density, modified to include a boolean field:

    Code:
    isc.ListGrid.create({
        ID: "countryList",
        width:500, height:300, alternateRecordStyles:true,
        dataSource: worldDS,
        fields:[
            {name:"countryCode", title:"Code", width:60},
            {name:"countryName", title:"Country"},
            {name:"capital", title:"Capital"},
            {name:"member_g8", title:"G8"}
        ],
        autoFetchData: true,
        showFilterEditor: true
    })
    You'll see that the filter editor checkbox seems aligned to the bottom of the cell:
    Click image for larger version

Name:	2017-09-15 15.37.46.jpg
Views:	115
Size:	3.3 KB
ID:	249191

    Same problem with medium density. Seems fine with the other densities.

    #2
    Hi Claudio
    Just a quick follow up to let you know we do see the problem and are looking into it. It appears to be specific to Chrome and to these particular density settings
    We'll follow up when we have more information

    Regards
    Isomorphic Software

    Comment


      #3
      This should be fixed in builds starting on Sept 23.

      Comment


        #4
        SmartClient Version: v11.1p_2017-09-23/AllModules Development Only (built 2017-09-23)

        I can confirm it's fixed, thank you very much.

        Comment

        Working...
        X