Announcement

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

    Twilight visual glitch

    SmartClient Version: SNAPSHOT_v13.0d_2021-07-24/AllModules Development Only (built 2021-07-24)

    Chrome on MacOS

    Hello, please try this test case:

    Code:
    isc.DynamicForm.create({
        width: 500,
        numCols: 4,
        isGroup: true,
        groupTitle: "List - ComboBox",
        wrapItemTitles: false,
        fields : [{
            name: "bugStatus", title: "Bug Status",
            editorType: "SelectItem",
            valueMap : {
                "new" : "New",
                "active" : "Active",
                "revisit" : "Revisit",
                "fixed" : "Fixed",
                "delivered" : "Delivered",
                "resolved" : "Resolved",
                "reopened" : "Reopened"
            }
        }]
    });
    If you click to open the pickList, you'll see that the first item has a light background until you over on it:

    Click image for larger version

Name:	2021-07-26 22.47.29.jpg
Views:	235
Size:	16.3 KB
ID:	266026

    #2
    Hi Isomorphic,

    using current 12.1p/13.0d showcases and the sample code from #1 you'll notice that the design is like this with two highlighted items (in all skins) when you move the mouse away from the pickList. This is not the case in 12.0p, where there is only one item highlighted (expected).

    Click image for larger version

Name:	SelectItem.png
Views:	76
Size:	55.8 KB
ID:	266032

    Best regards
    Blama




    Comment


      #3
      Yes, this is the 'default selection' highlight (in both reports) - we'll take a look
      Last edited by Isomorphic; 27 Jul 2021, 09:48.

      Comment

      Working...
      X