Side navigation
#13958 closed bug (duplicate)
Opened May 28, 2013 10:30PM UTC
Closed May 28, 2013 11:15PM UTC
.removeAttr() seems to cause future .attr() issues
Reported by: | stephen@sbillard.org | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Zenphoto has a function to generate a UL of checkbox items. They are all styled with a particular style and there is an "all" checkbox item (outside of the UL) that is supposed to check or uncheck all the boxes in the UL via a javascript function.
All this worked on version 1.8.3 but fails on 1.9.1 and 1.10.0. Debugging of the situation indicates that once the
$('.class').removeAttr('checked');is issued
$('.class').attr('checked','checked')will no longer mark the checkbox as checked. We have also tried to use ID instead of CLASS for these operations with the same results.
Attachments (0)
Change History (1)
Changed May 28, 2013 11:15PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #13245.