Announcement

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

    radio disabled appearance in dark skins

    Hello, I just noticed that in Twilight and Obsidian it's too difficult to see which option is selected in a radioGroup when it's in disabled state:

    Click image for larger version

Name:	2024-07-24 17.14.27.jpg
Views:	38
Size:	1.9 KB
ID:	273026

    Click image for larger version

Name:	2024-07-24 17.14.31.jpg
Views:	39
Size:	1.6 KB
ID:	273027

    in both cases Option 1 is the checked option

    #2
    There are also some other "spacing" differences between different readOnlyDisplay types, which I don't know if they're intended, test case:

    Code:
    isc.DynamicForm.create({
        ID: "form1",
        width: 620,
        colWidths: [190, "*"],
        fields: [
            {name: "radioGroup1",title: "Radio Group", type: "radioGroup", readOnlyDisplay:"static", defaultValue:"static1",canEdit:false,
             valueMap: ["static1", "static2"]},
         {name: "radioGroup2",title: "Radio Group", type: "radioGroup", readOnlyDisplay:"readOnly", defaultValue:"readOnly1",canEdit:false,
             valueMap: ["readOnly1", "readOnly2"]},
            {name: "radioGroup3",title: "Radio Group", type: "radioGroup", readOnlyDisplay:"disabled", defaultValue:"disabled1",canEdit:false,
             valueMap: ["disabled1", "disabled2"]}
        ]
    });
    this is Twilight:

    Click image for larger version

Name:	2024-07-24 20.46.44.jpg
Views:	53
Size:	13.1 KB
ID:	273030
    I must say that, on a different monitor, it doesn't seem too bad.

    maybe my eyes have more difficulty with Shiva:
    Click image for larger version

Name:	2024-07-24 20.48.04.jpg
Views:	42
Size:	12.8 KB
ID:	273031

    Comment


      #3
      Thinking about it, in "readOnly" mode, shouldn't the radioItem icon look the same as when it's editable, or not much different?

      Comment


        #4
        These issues have been fixed. Please retest with tomorrow's builds.

        Best Regards
        Isomorphic Software

        Comment


          #5
          SmartClient Version: SNAPSHOT_v13.1d_2024-08-10/AllModules Development Only (built 2024-08-10)

          much better, thank you very much.

          Comment

          Working...
          X