]> source.dussan.org Git - jquery-ui.git/commit
Widget: Stop setting ui-state-disabled and aria by default on setting disabled option.
authorScott González <scott.gonzalez@gmail.com>
Thu, 14 Mar 2013 23:08:21 +0000 (19:08 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 14 Mar 2013 23:08:21 +0000 (19:08 -0400)
commit44d07173db32b498e5f83f60db290ff1463daee3
tree59537f38aae5d3aed4a1a491d0ebfb3635ba8768
parentdb27541b3ccc8af8c558915d99bcf544d4afacc7
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

This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a.
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