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:
When I move my mouse cursor between both date pickers I see that picker icon is replaced with an invalid image:
SmartClient version: v13.0p_2024-03-12/AllModules Development Only
Browser: Firefox 123.0.1, Windows
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"}, ] });
SmartClient version: v13.0p_2024-03-12/AllModules Development Only
Browser: Firefox 123.0.1, Windows
Comment