Search and Top Navigation
#5252 closed enhancement (fixed)
Opened March 02, 2010 05:32AM UTC
Closed August 18, 2010 06:52PM UTC
Last modified November 19, 2010 06:26PM UTC
Button: read disabled option from input elements
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.5 |
Component: | ui.button | Version: | 1.8rc3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When creating a button from an element that supports the disabled attribute, it should be possible to have the plugin get the initial state from the element's disabled attribute by setting the disabled option to null.
The disabled option should default to null and if the element doesn't support a disabled attribute, then _create() should change a null value to false.
Fixed in 2838c11.