Side navigation
#13762 closed bug (duplicate)
Opened April 10, 2013 10:41AM UTC
Closed April 10, 2013 03:07PM UTC
Checkbox checked attribute toggle bug
Reported by: | robmatwiejczyk@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I think i have found a bug when adding and removing the checked attribute to a checkbox.
1.9.1 - http://jsfiddle.net/UDKrj/
1.8.3 -http://jsfiddle.net/UDKrj/1/
On 1.8.3 and 1.7.2, this method of toggling a checkbox can be done indefinitely, but in 1.9.1 the toggle can set checked to true then false, but on setting again to true, while the html reflects this the rendering of the checkbox does not. Further toggling appears to have no effect.
Attachments (0)
Change History (1)
Changed April 10, 2013 03:07PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #13667.