Bug Tracker

Modify

Ticket #5041 (closed bug: duplicate)

Opened 4 years ago

Last modified 3 years ago

WrapAll removed dynamically applied check state in IE6

Reported by: johnallan Owned by:
Priority: minor Milestone: 1.4
Component: manipulation Version: 1.3.2
Keywords: ie6 wrapall checkbox Cc:
Blocking: Blocked by:

Description

This is only in IE6.

The page I am working on sets the checked state of check boxes using attr("checked","checked"); This works fine. However if you apply this to a checkbox, then use WrapAll to wrap the checkbox it wraps but the checkbox does not retain it's checked state and does not return true to the :checked filter. All other browsers it is fine but might be worth noting as it took a few hours for me to figure out what the problem was in IE6.

Change History

comment:1 Changed 3 years ago by dmethvin

  • Component changed from unfiled to manipulation

Unfortunately, IE does not maintain the checked state of a check box when the DOM appendChild method is used.

comment:2 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of #769.

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.