Announcement

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

    Menu not seeing selector image

    Hi,

    in SNAPSHOT_v8.3d_2012-07-03/Pro Deployment (built 2012-07-03)
    I'm not seeing the checkmark image on a disabled menu item.

    Could this be the bug - in Menu.js:
    Code:
    if (isc.Browser.isStrict) {
      this.checkmarkImage.align = this.checkmarkDisabledImage = "absmiddle";
    }
    instead of "this.checkmarkDisabledImage.align" there?


    thanks,

    #2
    That looks correct - thanks for the notification.
    We've made the change - it will be present in the next nightly build.
    Please let us know if it doesn't resolve the issue for you

    Thanks
    Isomorphic Software

    Comment


      #3
      Thanks,
      verified OK in SNAPSHOT_v8.3d_2012-07-17/Pro Deployment (built 2012-07-17)

      Comment

      Working...
      X