Hi!! We are trying to open a new window that have combos with images. The initial width of window is 400px and then its adjust to the inside controls. When we open this window we recive a javascript error in this line: innerctl.style.width = (innerWidth > 0 ? innerWidth : width - image.offsetWidth) + "px";The formula (innerWidth > 0 ? innerWidth : width - image.offsetWidth) return -6 and it fails. This is Infragistics code so can we do something to solve the problem or Infragistics can set the width to a default value in that case?Thanks for all!!