aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Menu: Update autocomplete to use deactivate and check for focus classjzaefferer2011-02-242-3/+20
* Menu: Refactoring flyout menu in prepartion for merging into menujzaefferer2011-02-241-10/+6
* Menu: Fix filter matching to work with flyout menujzaefferer2011-02-241-39/+2
* Menu: Move item matching code into menujzaefferer2011-02-242-33/+3
* Autocomplete: Added support for contenteditable elements. Fixes #6914 - Autoc...Scott González2011-02-242-0/+41
* Menu: Get rid of .css(top:0,left:0) workaround, not necessary anymorejzaefferer2011-02-244-15/+2
* Menu: Update unit test to use focus instead of activate methodjzaefferer2011-02-241-2/+2
* Menu: Rename activate to focus and deactivate to blur methodjzaefferer2011-02-243-6/+6
* Menu: Add some testing for ensure that id-attributes aren't overwritten.jzaefferer2011-02-231-6/+6
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-2319-21/+21
* Drop unused tests/unit/defaults.html. If any, we need to composite suitejzaefferer2011-02-231-56/+0
* Menu: Test page for table-based menu (hackity hack)jzaefferer2011-02-231-0/+67
* Menu: Introducing position option into flyout menujzaefferer2011-02-232-8/+30
* Menu: Rename nested.html to flyoutmenu.html, updated headersjzaefferer2011-02-224-14/+8
* Menu: Overhauled menubar, again starting with Michael Lang's fork. Addedjzaefferer2011-02-223-50/+129
* Menu: Escape characters for RegExp matching for keyboard item matching.jzaefferer2011-02-221-3/+5
* Menu: Overhauled nested menu via flyoutmenu.js backported from Michaeljzaefferer2011-02-223-142/+175
* Disable dialog tests on TestSwarm until we can get some running in IE6jzaefferer2011-02-211-0/+11
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-2120-0/+20
* Accordion: Handle changing the event option. Fixes #6740 - Dynamically changi...Scott González2011-02-211-1/+46
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2011-02-211-2/+9
|\
| * Widget: modified widget to throw exception on attempt to call private methods...William Kevin Manire2011-02-161-2/+9
* | Menu: Fix visual test to use select event (was selected)jzaefferer2011-02-211-1/+1
* | Fix datepicker tests to pass in Chrome and run faster by letting QUnitjzaefferer2011-02-185-40/+20
|/
* Datepicker: prevent datepicker initialization on empty jquery collection and ...Dan Heberden2011-02-151-0/+5
* Tabs: Pass original event for show and select events. Fixes #5043 - Tabs: pas...David Petersen2011-02-151-3/+13
* Tooltip: Added missing items testjzaefferer2011-02-112-2/+11
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2011-02-113-0/+6
|\
| * Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit te...Richard Worth2011-02-113-0/+6
* | Menu: Fix unit tests and set the right menu1-activedescendant attributejzaefferer2011-02-113-5/+11
|/
* Widget: Fixed super methods with deep inheritance chains.Scott González2011-02-102-23/+41
* Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - W...Scott González2011-02-031-0/+21
* Added version property to plugins that were missing them.Scott González2011-02-031-0/+3
* Accordion: Added tests for custom header option.Scott González2011-02-031-1/+13
* Accordion: Update active option when programmatically collapsing the accordion.Scott González2011-02-031-4/+3
* Accordion: Handle negative values for active option on init.Scott González2011-02-031-4/+3
* Accordion: Properly handle collapsible: false and active: false by changing a...Scott González2011-02-031-11/+10
* Widget: Modified _trigger to invoke callbacks with apply so that handlers are...Michael DellaNoce2011-02-011-0/+48
* Merge branch 'master' into widget-eventsScott González2011-01-3114-476/+1079
|\
| * Update wigdet test for previous change. No stored intance via data forjzaefferer2011-01-311-2/+1
| * Accordion: Allow canceling the beforeActivate event. Fixes #6896 - Accordion:...Scott González2011-01-252-2/+40
| * Accordion: Renamed changestart and change events to beforeActivate and activa...Scott González2011-01-253-13/+105
| * Accordion: More tests.Scott González2011-01-242-25/+94
| * Tests: Fixed erroneous refernece to accordion.Scott González2011-01-241-2/+2
| * Widget tests: Remove workaround for old QUnit bug.Scott González2011-01-241-5/+1
| * Widget tests: Cleanup.Scott González2011-01-243-32/+26
| * Accordion test: Fixed an icon test.Scott González2011-01-241-1/+1
| * Accordion tests: Cleaned up deprecated tests.Scott González2011-01-242-133/+193
| * Accordion tests: Cleanup.Scott González2011-01-2411-261/+369
| * Accordion tests: Getting really ghetto in an attempt to get deprecated tests ...Scott González2011-01-243-15/+15