id summary reporter owner description type status priority milestone component version severity resolution keywords cc browser external_id os state 358 style.iconOpt.width is undefinded (r1936 ) pcardinal madair "With MapGuide Open Source, the following new code in Legend.js should be revised because the code crash when style.iconOpt.width is undefinded. if (style && style.iconX >= 0 && style.iconY >= 0) { item.domImg; item.domImg.style.backgroundImage = 'url('+opt.image+')'; item.domImg.src = Jx.aPixel.src; item.domImg.style.backgroundPosition = (-1*style.iconX) + 'px ' + (-1*style.iconY) + 'px'; if (style.iconOpt.width) { item.domImg.style.width = style.iconOpt.width + 'px'; } if (style.iconOpt.height) { item.domImg.style.height = style.iconOpt.height + 'px'; } } " defect closed P2 2.0 Widgets 2.0 - beta Major fixed All Windows New