master
click here to add a description
click here to add a homepage
Unit tests: Disable stale interaction tests only on testswarm, but allow them to run locally
Unit tests: Try to disable tests only for testswarm; if this works, I'll modify the other ones as well
Draggable demo: visual feedback - use draggable option stack selector. Fixed #5513 - Draggable/Stackable Demo broken and docs need to be updated
Position unit tests: Add module for testswarm to run all tests
Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria attributes test
Autocomplete unit tests: Fix event handling in IE
Progressbar unit test: Ignore false vs. false in IE6 in aria attributes test
Autocomplete and button unit tests: Same remove-role-attr fix as for accordion in destroy-method test
Accordion unit tests: And another height-testing hotfix for Safari 3.x
Accordion unit tests: One more height-testing hotfix for Safari 3.x
Accordion unit tests: Remove role attribute to pass Opera 9 and adjust height tests to tolerate different results, as long as they are consistent
Accordion unit tests: Trying some more style resets for getting accordion tests to pass in Safari 3.x, need to commit to see Testswarm results
Accordion unit tests: Cleaned and fixed destroy-method test, working around html rendering inconsistencies
Accordion unit tests: Cleaned and fixed resize-method test, using #navigation avoids the :visible matching display:none issue in IE8
Effects demos: cleanup
sortable: don't call the base widget _setOption for disabled to avoid the ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class
Autocomplete: Combobox demo update, fixed mustMatch with corrected change event, also added button for toggling the hidden select and an empty-value option. Fixes #5453
Autocomplete: Track input changes and fire change-event on blur, along with selected item, if available. Fix for #5490
Set font-weight normal for active menu items - Fix for #5491 Autocomplete: menu items have no default-state-class, need to override font-weight
Button: some demo code formatting
Autocomplete: Change demo title in index.file to fit it in one line
Fixed spelling of PoniedziaĆek - Fix for #5487 - Datepicker localization: S pelling of dayname wrong
Added link to categories-demo to autocomplete demos index. Still need to move the menu-overrides from that demo back to menu (is there a ticket?).
Accordion: different useless markup for getting consistent results for the destroy test
Accordion: Trying some styl resets, maybe finding the one for Safari 3.x
Accordion: more useless markup for getting consistent results for the destroy test
Accordion: Improved resize-method test, starting with a fixed container height
Accordion: Rewrote the resize method test; fails in IE8, probably related to :visible issue
Accordion unit tests: Cleanup
Accordion: Fixed case for tabIndex (was tabindex), fixes failing destroy-test in IE6