Hi,I have found I need to explicitly set iefix to null just below line 232 in destroy:
if(this.iefix) {
Element.remove(this.iefix);
* this.iefix = null;*
}
in order for IE7 to not raise exceptions on browser scroll after a non
modal window has been closed. It seems iefix isn't actually removed
otherwise.
Can someone shed some light? Thank you, Jamie
_______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
