Announcement

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

    FormItemIcon cursor bug

    Hi,

    In latest version of SmartGWT 6.1p 2017-09-26 there is a smal bug with FormItemIcon.
    In styles there is
    Code:
    cursor: hand
    but it really should be
    Code:
    cursor: pointer
    In SmartGWT 6.0p it was correct.

    It's also visible on showcase:
    https://www.smartclient.com/smartgwt...y_picker_icons
    There is no mouse pointer on picker icons.

    Best regards
    Mariusz Goch

    #2
    This is not in skin_styles.css, but we do see a problem that we will resolve.

    Comment


      #3
      Yes, it was hard coded not in CSS. Otherwise it would be easy to correct.
      Problem solved in 6.1p 2017-09-28
      Best regards
      Mariusz Goch

      Comment

      Working...
      X