Announcement

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

    Missing date_control_Over.png in Enterprise/EnterprseBlue skins

    When I use DateItem with Enterprise or EnterpriseBlue skin, and move mouse over picker item, then picker icon is sometimes replaced with missing date_control_Over.png.

    This can be reproduced by going to https://smartclient.com/smartclient/...sizeIncrease=2 and running this code:
    Code:
    isc.DynamicForm.create({
      ID: "dateForm",
      fields: [
        {name: "date1", title: "Date1", type: "datetime"},
        {name: "date2", title: "Date2", type: "datetime"},
      ]
    });
    When I move my mouse cursor between both date pickers I see that picker icon is replaced with an invalid image:

    Click image for larger version

Name:	picker2.png
Views:	33
Size:	38.4 KB
ID:	271817

    SmartClient version: v13.0p_2024-03-12/AllModules Development Only
    Browser: Firefox 123.0.1, Windows

    #2
    You will find it fixed as of tomorrow's builds dated March 13.

    Best Regards
    Isomorphic Software

    Comment

    Working...
    X