Announcement

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

    disabled tabs in 12.1

    SmartClient Version: SNAPSHOT_v12.1d_2019-04-25/AllModules Development Only (built 2019-04-25)
    Chrome on OSX

    Hello, I've just noticed that 12.1 lacks a proper style for disabled tabs, at least in Tahoe and Stratus skins.

    Code:
    isc.TabSet.create({
        ID: "topTabSet",
        autoDraw: true,
        tabBarPosition: "top",
        width: 400,
        height: 200,
        tabs: [
            {title: "Blue", icon: "pieces/16/pawn_blue.png", iconSize:16,
             pane: isc.Img.create({autoDraw: false, width: 48, height: 48, src: "pieces/48/pawn_blue.png"})},
            {title: "Green", icon: "pieces/16/pawn_green.png", iconSize:16,
             pane: isc.Img.create({autoDraw: false, width: 48, height: 48, src: "pieces/48/pawn_green.png"})}
        ]
    }).disableTab(0)
    Corners aren't round in Tahoe:

    Click image for larger version

Name:	2019-04-26 10.42.20.jpg
Views:	59
Size:	7.1 KB
ID:	257633

    The border (at least) seems missing in Stratus:
    Click image for larger version

Name:	2019-04-26 10.42.15.jpg
Views:	27
Size:	7.3 KB
ID:	257634

    #2
    Thanks for the notification - much work is underway in terms of more complete control for the upcoming skinEditor - we'll address this one today.

    Comment


      #3
      This has been fixed for builds dated April 27 and later.

      Comment


        #4
        thanks for the fix, and I imagined ... looking forward to try the skinEditor!

        Comment

        Working...
        X