Bug Tracker

Modify

Ticket #8920 (closed bug: duplicate)

Opened 2 years ago

Last modified 16 months ago

Setting checked attr of checkbox before appended to DOM in IE6-7

Reported by: david@… Owned by:
Priority: high Milestone: 1.next
Component: manipulation Version: 1.5.2
Keywords: Cc:
Blocking: Blocked by:

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.

Change History

comment:1 Changed 2 years ago by timmywil

  • Priority changed from undecided to high
  • Resolution set to duplicate
  • Status changed from new to closed
  • Component changed from unfiled to manipulation

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

comment:2 Changed 2 years ago by timmywil

Duplicate of #8060.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.