From 7a6c635cfaad8521558374547fc07b71991183e6 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Wed, 11 Sep 2013 09:51:31 -0500 Subject: Fix support test for checkClone. Fixes Safari 5.1 manip failures. Conflicts: src/manipulation.js --- src/manipulation/support.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/manipulation') diff --git a/src/manipulation/support.js b/src/manipulation/support.js index fda9db6ce..e3fa9d479 100644 --- a/src/manipulation/support.js +++ b/src/manipulation/support.js @@ -33,6 +33,7 @@ define([ support.noCloneChecked = input.cloneNode( true ).checked; // #11217 - WebKit loses check when the name is after the checked attribute + input.checked = false; input.setAttribute( "checked", "t" ); input.setAttribute( "name", "t" ); -- cgit v1.2.3