Opened 13 years ago
Closed 13 years ago
#5324 closed bug (fixed)
button disabled state doesn't get refreshed when disabled set on original element
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | ui.button | Version: | 1.8rc3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
From http://forum.jquery.com/topic/button-is-missing-ui-state-disabled
when you set .attr('disabled', true) on the original element, the widget doesn't update. Now that we have a button method refresh, added by #5278 , the refresh method should be updated to reflect the disabled state as well as the checked state.
Note: See
TracTickets for help on using
tickets.
Fixed in r3918