Search and Top Navigation
#5324 closed bug (fixed)
Opened March 12, 2010 03:27AM UTC
Closed March 15, 2010 02:13PM UTC
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.
Attachments (0)
Change History (1)
Changed March 15, 2010 02:13PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r3918