aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Dialog tests: Enabling in TestSwarm.Scott González2010-09-072-18/+0
* Dialog: Fixed test for default title. Some browsers were returning an actual ...Scott González2010-09-071-1/+3
* Dialog: Reduced size of dialogs in height/width tests.Scott González2010-09-071-16/+16
* Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for r...Scott González2010-09-032-1/+12
* Position: Added visual test for flipping with margin and box-shadow.Scott González2010-09-031-0/+43
* Position: Take margin into account when performing collisions. Fixes #5766 - ...Ben Hollis2010-09-031-0/+52
* Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - Wid...Scott González2010-09-032-1/+70
* Core tests: Enabled TestSwarm.Scott González2010-09-021-10/+0
* Core tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - ...Scott González2010-09-021-1/+1
* Core tests: Split .focus() test into two tests to avoid bug in IE with stop()...Scott González2010-09-021-20/+20
* Core tests: Reordered some elements to avoid some bug in IE.Scott González2010-09-021-3/+3
* Position tests: Set a line-height on elements with a height less than 10px. F...Scott González2010-09-021-6/+11
* Dialog: Fixed a broken maxHeight test.Scott González2010-09-021-1/+1
* Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ...Scott González2010-09-021-1/+3
* Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: E...Scott González2010-08-311-0/+25
* Testsuite: Revert localhost back to swarm.jquery.org (thanks bugbegone)jzaefferer2010-08-301-1/+1
* Seperated testswarm injection from testsuite extensions, to fix 'failing' tes...jzaefferer2010-08-2918-20/+35
* Dialog: When using the title attribute, update the title option. Fixes #5877 ...Scott González2010-08-271-1/+5
* Widget: Throw errors when calling non-existent methods or methods on uninista...Scott González2010-08-275-34/+3
* Position: Handle $(document) and $(window) for the of option. Fixes #5963 - P...Scott González2010-08-271-0/+22
* Widget tests: Coding standards.Scott González2010-08-261-7/+7
* Widget: Added more unit tests.Scott González2010-08-262-0/+132
* Widget Tests: Coding standards.Scott González2010-08-261-79/+83
* Widget: Added more unit tests.Scott González2010-08-261-6/+89
* Widget: Added tests for re-initialization.Scott González2010-08-231-0/+29
* Button: Read disabled attribute from original element if disabled option is n...Scott González2010-08-182-1/+25
* Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore butto...Scott González2010-08-181-1/+6
* Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.ph-ausseil2010-08-112-0/+23
* Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width sh...Ziling Zhao2010-07-301-0/+21
* Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ...Scott González2010-07-301-0/+18
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...Scott González2010-07-304-35/+4
* Update to latest QUnit.jzaefferer2010-07-301-3/+3
* Use pushStack in widget method. Fixes #5732 - make the widget method maintain...jzaefferer2010-07-304-4/+35
* Added widget to unit tests index page.jzaefferer2010-07-301-0/+1
* Improving visual testcase for position. Partial fix for #5284 - Position: Sma...jzaefferer2010-07-301-15/+17
* Dialog: Wrap buttons in a div so we can float the div instead of the individu...Scott González2010-07-291-1/+1
* Progressbar: cleanup.Scott González2010-07-291-0/+14
* Tabs: coding standard.Scott González2010-07-281-6/+6
* Core Tests: Fixed image reference.Scott González2010-07-222-1/+1
* Core: Better support for areas in :focusable and :tabbable selectors. Partial...Scott González2010-07-222-19/+34
* Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fix...Scott González2010-07-212-0/+110
* Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :...Scott González2010-07-212-15/+15
* Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo...Scott González2010-07-213-2/+33
* Core: Removed tests for .attr() ARIA override since the override no longer ex...Scott González2010-07-212-22/+0
* Tabs: Added tests for select event.Scott González2010-07-201-1/+12
* Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #569...Scott González2010-07-192-2/+2
* Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.Scott González2010-07-191-1/+6
* Tabs: Updated tests.Scott González2010-07-162-11/+3
* Button performance test: Don't use alert().Scott González2010-07-161-1/+1
* Button performance test: Added alert for time to initialize.Scott González2010-07-161-0/+3