At Window OnClose the dimmed BackgroundColor will be not removed in Internet Explorer.
I allready found the Bug in jqxwindow.js at “this._modalBackground.remove()”.
This line caused the error: Function Remove could not be found
I think the JQuery escaping has been forgotten here so it has to be “a(this._modalBackground).remove()”