Opened 13 years ago
Closed 13 years ago
#5361 closed bug (fixed)
buttonset method destroy doesn't remove corner classes from label elements
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8 |
Component: | ui.button | Version: | 1.8rc3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you call .buttonset("destroy") on an element that contains checkboxes or radio buttons, it attempts to remove the ui-corner-left and ui-corner-right classes from the input elements, leaving them on the label elements.
Note: See
TracTickets for help on using
tickets.
Fixed in r3933