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:
	instead of "this.checkmarkDisabledImage.align" there?
thanks,
					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";
}
thanks,

Comment