Announcement

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

    headerItemPending style

    SmartClient Version: v13.1p_2024-12-18/AllModules Development Only (built 2024-12-18)

    Hello, please try this test case:

    Code:
    isc.DynamicForm.create({
        colWidths: [100, 200],
        showPending: true,
        fields: [
            {type:"header", defaultValue:"Registration Form"}
        ]
    });
    
    isc.DynamicForm.create({
        top: 50,
        colWidths: [100, 200],
        fields: [
            {type:"header", defaultValue:"Registration Form"}
        ]
    });
    you'll see that the "Pending" style for the headerItem is different from the normal headerItem style:

    Click image for larger version

Name:	2024-12-19 09.51.05.jpg
Views:	8
Size:	5.5 KB
ID:	274392

    while I think they must be equal.

    #2
    hi Claudio - thanks for the report, we've fixed this for the next builds - HeaderItems shouldn't show Pending styling at all.

    Comment

    Working...
    X