Changes between Initial Version and Version 1 of Ticket #6039, comment 1
- Timestamp:
- Jan 17, 2012, 12:25:05 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6039, comment 1
initial v1 6 6 7 7 Comment in ui.button.js: 8 9 // TODO: pull out $.Widget's handling for the disabled option into 10 // $.Widget.prototype._setOptionDisabled so it's easy to proxy and can 11 // be overridden by individual plugins 12 this._setOption( "disabled", options.disabled ); 8 {{{ 9 // TODO: pull out $.Widget's handling for the disabled option into 10 // $.Widget.prototype._setOptionDisabled so it's easy to proxy and can 11 // be overridden by individual plugins 12 this._setOption( "disabled", options.disabled ); 13 }}} 13 14 14 15 Would suggest this is an issue with all the widgets? Although maybe the display of the disabled widget is upto the css?