Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772.

This commit is contained in:
Jason Moon
2012-05-18 16:30:28 -04:00
committed by Dave Methvin
parent 6bf3f20d4e
commit e93f2a89e2
3 changed files with 37 additions and 3 deletions

View File

@@ -467,7 +467,6 @@ function cloneFixAttributes( src, dest ) {
// Clear flags for bubbling special change/submit events, they must
// be reattached when the newly cloned events are first activated
dest.removeAttribute( "_submit_attached" );
dest.removeAttribute( "_change_attached" );
}