Opened 14 years ago
Last modified 9 years ago
#769 closed bug
Checkbox's state is erased after wrap() action (IE 6) — at Version 6
Reported by: | Mehdi Kabab | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.1.3 |
Keywords: | wrap append | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
When you wrap a checkbox checked, check state is erased.
Testpage : http://gimp4you.eu.org/sandbox/js/test/wrap.html
(jQuery 1.0.4)
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Ok.
I had update the testpage for added prepend method test. The result is similar in IE 6 (with append method too).
comment:3 Changed 14 years ago by
Hi,
The testpage has been update for jQuery 1.1b I'm encoured always the bug in IE 6.
comment:4 Changed 14 years ago by
need: | → Test Case |
---|
comment:6 Changed 14 years ago by
Description: | modified (diff) |
---|---|
need: | Patch → Review |
The test for this seems to have changed since [1590]. It looks like the third test is testing for !checked but shouldn't it be checking for checked?
Note: See
TracTickets for help on using
tickets.
FYI, this issue is fixed in IE7, but an IE6 fix doesn't appear to be that difficult to implement.