]> source.dussan.org Git - jquery-ui.git/commit
Widget: Stop setting ui-state-disabled and aria by default on setting disabled option.
authorMike Sherov <mike.sherov@gmail.com>
Tue, 12 Mar 2013 01:28:51 +0000 (21:28 -0400)
committerMike Sherov <mike.sherov@gmail.com>
Tue, 12 Mar 2013 02:08:21 +0000 (22:08 -0400)
commit4d67f4f34908a50ef88f95df4103ee001b777e45
treee14cd5bcc22a960ab65db9bd6567f9b8638ce272
parent4f95a0f396965e91982f1b5e67da814bb6640ce1
Widget: Stop setting ui-state-disabled and aria by default on setting disabled option.
Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled
Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled
Fixes #6039 - Droppable : disabled should not have ui-state-disabled
23 files changed:
tests/unit/accordion/accordion_methods.js
tests/unit/autocomplete/autocomplete_options.js
tests/unit/button/button_options.js
tests/unit/dialog/dialog_methods.js
tests/unit/draggable/draggable_methods.js
tests/unit/droppable/droppable_methods.js
tests/unit/progressbar/progressbar_methods.js
tests/unit/resizable/resizable_methods.js
tests/unit/selectable/selectable_methods.js
tests/unit/slider/slider_methods.js
tests/unit/sortable/sortable_methods.js
tests/unit/spinner/spinner_methods.js
tests/unit/tabs/tabs_options.js
tests/unit/tooltip/tooltip_methods.js
ui/jquery.ui.accordion.js
ui/jquery.ui.button.js
ui/jquery.ui.droppable.js
ui/jquery.ui.menu.js
ui/jquery.ui.progressbar.js
ui/jquery.ui.slider.js
ui/jquery.ui.sortable.js
ui/jquery.ui.spinner.js
ui/jquery.ui.widget.js