Opened 10 years ago
Closed 10 years ago
#13500 closed bug (duplicate)
toggling attribute "checked" for inputs not working well
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | attributes | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Fiddle - http://jsfiddle.net/XYc8V/2/
when clicking "toggle" first time it sets all checkboxes, when clicking second time - unsets. Third time it should check all again, but it does not...
It works fine for jQuery prior to 1.9 (you can change framework in left menu of jsFiddle). For example it works fine in 1.8.3.
But fails in 1.9.1 and 2.0.beta
Change History (1)
comment:1 Changed 10 years ago by
Component: | unfiled → attributes |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #13245.