kalebwalton
25 Nov 2006, 11:29 AM
BasicDialog.js ~654 needs:
if(this.shim) {
this.shim.hide();
}
Otherwise the shim never hides and conflicts with other iFrame shims. I may be missing something but that fixed it for me.
if(this.shim) {
this.shim.hide();
}
Otherwise the shim never hides and conflicts with other iFrame shims. I may be missing something but that fixed it for me.