Announcement

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

    Label.borderRadius not working

    SmartClient Version: v13.1p_2026-07-08/AllModules Development Only (built 2026-07-08)

    Chrome on MacOS

    Hi, I just noticed that borderRadius doesn't seem to work on Labels:

    Code:
    isc.Label.create({
        height: 50,
        padding: 4,
        backgroundColor: "pink",
        align: "center",
        valign: "center",
        wrap: false,
        borderRadius: "7px 7px 7px 7px",
        icon: "[SAMPLE]icons/16/world.png",
        contents: "Hello world!"
    })
    Click image for larger version

Name:	2026-07-08 12.51.39.jpg
Views:	24
Size:	3.1 KB
ID:	277706

    #2
    Thanks Claudio - we see the issue and a fix will be in place for tomorrow's builds.

    Comment


      #3
      SmartClient Version: v13.1p_2026-07-10/AllModules Development Only (built 2026-07-10)

      Hi, I still don't see rounded borders (Chrome and Firefox on MacOS)

      Comment


        #4
        Apologies, it was only ported to 14.1 - we'll port it to 13.1 just now for tomorrow's builds.

        Comment


          #5
          SmartClient Version: v13.1p_2026-07-11/AllModules Development Only (built 2026-07-11)

          now I see the fix, thank you very much!

          Comment

          Working...
          X