jquery-ui/tests/unit/droppable
Scott González 44d07173db 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 23771d38ba.
2013-03-14 19:08:21 -04:00
..
all.html Updating 'jQuery' to 1.9.1. 2013-02-05 13:47:59 +00:00
droppable_common.js Interactions: Update widget defaults to match documented API. 2013-01-02 18:27:22 -05:00
droppable_core.js Tests: Convert single quotes to double quotes. 2012-12-26 08:08:48 -05:00
droppable_events.js Droppable tests: Cleanup. 2013-02-26 10:13:42 -05:00
droppable_methods.js Widget: Stop setting ui-state-disabled and aria by default on setting disabled option. 2013-03-14 19:08:21 -04:00
droppable_options.js Dev: remove globals from tests and moved test helpers to correct location - Fixed #8770 Dev: Remove globals and Standardize Test Suite 2012-11-03 16:17:16 -04:00
droppable_test_helpers.js Tests: Convert single quotes to double quotes. 2012-12-26 08:08:48 -05:00
droppable.html Droppable: Changed drop event to loop over a copied array instead of the droppables directly. Fixed #9116 - Droppable: Drop event can cause droppables to remain active if any droppable is created/destroyed in the event handler. 2013-02-26 09:56:18 -05:00