Skip to content

IE 8 Compatibility Issue #1

@cas8180

Description

@cas8180

So on load I am getting errors in the unload events:

el.unload = function() {
this.parentNode.parentNode.appendChild(this);
this.parentNode.removeChild(this.left);
this.parentNode.removeChild(this.right);
this.parentNode.removeChild(this.dummy);
this.className = this.oldClassName;
}

in the parentNode.removeChild its throwing an invalid argument exception I checked the object in the IE debugger and it looks like there is an object there. Not sure exactly why this is breaking but it does work in IE 9. If you need more code html/js let me know. I am also running this side by side with the latest version of jquery UI as well as Jquery.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions