Announcement

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

    The date_control_Over.png icon missing in SmartGWT 12.1p power + Graphite theme

    Hello Isomorphic,

    We have been using SmartGWT power + Graphite theme in our product for years.
    We are currently evaluating version 12.1p and noticed that date_control_Over.png icon file is missing in the compiled SGWT application.

    /admintool/sc/skins/Graphite/images/DynamicForm/date_control_Over.png

    Due to this, we are experiencing a problem that the icon is not displayed on mouseover.

    Click image for larger version

Name:	date_control_Over_icon_missing.png
Views:	63
Size:	13.2 KB
ID:	265814

    The issue happens with any browser. (confirmed with Chrome/Firefox/Edge so far)
    SmartClient Version: v12.1p_2021-04-08/PowerEdition Deployment (built 2021-04-08)

    Could you check if this is a bug in SGWT?

    Thank you.

    #2
    Thanks for the report - this Graphite-specific issue has been fixed where it existed (12.1+), for builds dated July 3 and later.

    You can address it yourself, in your current version, by just removing the "showOver" setting from this block in {skins}/Graphite/load_skin.js:

    Code:
    if (isc.RelativeDateItem) {
        isc.RelativeDateItem.changeDefaults("pickerIconDefaults", {
            neverDisable: false,
            showOver: true,
            src: "[SKIN]/DynamicForm/date_control.png"
        });
    }

    Comment


      #3
      We have updated to the July 3rd build and confirmed the issue is resolved.
      Thank you for the quick fix!

      Comment

      Working...
      X