#5252 closed enhancement (fixed)
Button: read disabled option from input elements
Reported by: | Scott González | 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.
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | 1.next → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | 1.9 → 1.8.5 |
---|
comment:3 Changed 12 years ago by
Button: Read disabled attribute from original element if disabled option is null. Fixes #5252 -Button: read disabled option from input elements.
Changeset: 2838c11ea8fa1bd8dfffe27a6e28dee6d3e0d423
Note: See
TracTickets for help on using
tickets.
Fixed in 2838c11.