diff options
Diffstat (limited to 'src/manipulation')
-rw-r--r-- | src/manipulation/support.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manipulation/support.js b/src/manipulation/support.js index 7435de7d9..434dd48fe 100644 --- a/src/manipulation/support.js +++ b/src/manipulation/support.js @@ -14,6 +14,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" ); |