Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix the clone method to be a little less insane in IE, which fixes th…
…e new event-cloning clone() as well as probably a bunch of IE-related clone bugs.
- Loading branch information
Showing
2 changed files
with
65 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The clone events bug and the attributes bugs seem to be different issues. Is there a case, maybe IE9, where one bug is fixed and the other is not. Maybe if the concerns were separated it would allow a boost for when IE starts to fix some of the problems.