Announcement

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

    Tahoe skin: ListGrid checkboxes visual glitch

    SmartClient Version: SNAPSHOT_v11.1d_2017-05-10/Enterprise Development Only (built 2017-05-10)

    Chrome on OSX

    Hello, please try this test case:
    Code:
    isc.ListGrid.create({
        ID: "countryList",
        width:550, height:224, alternateRecordStyles:true,
        // use server-side dataSource so edits are retained across page transitions
        dataSource: countryDS,
    selectionAppearance:"checkbox",
        // display a subset of fields from the datasource
        fields:[
            {name:"member_g8"},
            {name:"countryCode", title:"Flag", width:40, type:"image", imageURLPrefix:"flags/16/", imageURLSuffix:".png", canEdit:false},
            {name:"countryName"},
            {name:"continent"},
            {name:"population"},
            {name:"independence"}
        ],
        autoFetchData: true,
        canEdit: true,
        editEvent: "click"
    })
    you'll see that the checkbox of the 'checkboxField' is smaller than that of the 'member_g8' column (I would say too small).

    Also there's a little black dot in the bottom-right corner of the boolean field icon. Here's a screenshot with spacious settings:

    Click image for larger version

Name:	2017-05-11 03.27.12.jpg
Views:	138
Size:	26.2 KB
ID:	244570

    #2
    The checkbox image size fix is in the next nightly build. The dot issue will take a bit more time to resolve. A workaround is to set the member_g8 field width wider (ex. width:30).

    Comment


      #3
      I see both of them fixed in build:
      SmartClient Version: SNAPSHOT_v11.1d_2017-05-14/Enterprise Development Only (built 2017-05-14)
      ​thank you very much.

      Comment


        #4
        SmartClient Version: SNAPSHOT_v11.1d_2017-05-21/AllModules Development Only (built 2017-05-21)

        Chrome on OSX

        Hello, with the latest build there's new visual glitch for the same test case, please see the screenshot (Spacious setting):
        Click image for larger version

Name:	2017-05-22 01.42.24.jpg
Views:	152
Size:	38.6 KB
ID:	244754

        the checkbox of the 'checkboxField' is bigger than that of the 'member_g8' column, and when editing the checkbox of the member_g8 colums becomes bigger.

        Comment


          #5
          We believe this issue has been resolved.
          Can you please try the latest build (June 1) and let us know if you continue to see it.

          Thanks
          Isomorphic Software

          Comment


            #6
            SmartClient Version: SNAPSHOT_v11.1d_2017-06-01/AllModules Development Only (built 2017-06-01)

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

            Comment

            Working...
            X