Skip to main content

Bug Tracker

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.

http://jsfiddle.net/fgnSP/1/

Possibly related to http://bugs.jquery.com/ticket/8060.

Attachments (0)
Change History (2)

Changed April 19, 2011 06:59PM UTC by timmywil comment:1

component: unfiledmanipulation
priority: undecidedhigh
resolution: → duplicate
status: newclosed

Yes, it's the same as #8060. Patch is currently under review for 1.6. https://github.com/jquery/jquery/pull/332

Changed April 19, 2011 06:59PM UTC by timmywil comment:2

Duplicate of #8060.