Side navigation
#8920 closed bug (duplicate)
Opened April 19, 2011 06:48PM UTC
Closed April 19, 2011 06:59PM UTC
Last modified March 09, 2012 02:47PM UTC
Setting checked attr of checkbox before appended to DOM in IE6-7
Reported by: | david@davidpadbury.com | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | manipulation | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Creating a new input with attrs of type:'checkbox' and checked:true then appending to the DOM tree will show a checked checkbox in IE8+, Chrome, Firefox, etc but a unchecked checkbox in IE6-7.
Possibly related to http://bugs.jquery.com/ticket/8060.
Yes, it's the same as #8060. Patch is currently under review for 1.6. https://github.com/jquery/jquery/pull/332