aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
* Widget tests: Work around a bug in jQuery core in IE 9rc.Scott González2011-02-261-0/+2
|
* Spinner: Ignore delta of 0 from triggered mousewheel event. Verifiedjzaefferer2011-02-261-2/+3
| | | | that mousewheel scrolling actually works fine in IE6.
* Accordion: Improve unit test to get consistent results on mobile devicesjzaefferer2011-02-264-4/+4
|
* Position: Test for window scrollTop support and run scrolled window testjzaefferer2011-02-261-12/+20
| | | | | only when support is there. Should exclude mobile devices, getting the position testsuite to produce more useful results.
* Menu: Cleanup contextmenu demo and fix aria unit test to ignore emptyjzaefferer2011-02-251-1/+1
| | | | string values
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-254-29/+42
| | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags.
* Menu: Cleanup unit test pagejzaefferer2011-02-251-2/+1
|
* Autocomplete tests: Fixed various bugs in various versions of IE.Scott González2011-02-241-2/+6
|
* Menu: Fix testsuite, new optionjzaefferer2011-02-241-1/+5
|
* Menu: Update autocomplete to use deactivate and check for focus classjzaefferer2011-02-241-1/+1
|
* Autocomplete: Added support for contenteditable elements. Fixes #6914 - ↵Scott González2011-02-242-0/+41
| | | | Autocomplete: Support contenteditable.
* Menu: Update unit test to use focus instead of activate methodjzaefferer2011-02-241-2/+2
|
* 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
| | | | that runs everything, not just defaults.
* Disable dialog tests on TestSwarm until we can get some running in IE6jzaefferer2011-02-211-0/+11
| | | | without freezing the browser.
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-2120-0/+20
|
* Accordion: Handle changing the event option. Fixes #6740 - Dynamically ↵Scott González2011-02-211-1/+46
| | | | changing accordion's event handler doesn't actually change the behaviour.
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2011-02-211-2/+9
|\
| * Widget: modified widget to throw exception on attempt to call private ↵William Kevin Manire2011-02-161-2/+9
| | | | | | | | methods. Fixed #6947 - Attempt to access private member of widget returns jQuery object
* | Fix datepicker tests to pass in Chrome and run faster by letting QUnitjzaefferer2011-02-185-40/+20
|/ | | | | | handle the staggered proessing (renders at least once per second, faster then rendering after each test). Disabled broken manual-entry tests after confirming its only an issue in the test, not the impl.
* Datepicker: prevent datepicker initialization on empty jquery collection and ↵Dan Heberden2011-02-151-0/+5
| | | | add unit test. Fixed #6976 - datepicker creates extra dom element with empty object
* Tabs: Pass original event for show and select events. Fixes #5043 - Tabs: ↵David Petersen2011-02-151-3/+13
| | | | pass original event.
* 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 ↵Richard Worth2011-02-113-0/+6
| | | | | | | | tests to run correctly on swarm.jquery.org
* | 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 - ↵Scott González2011-02-031-0/+21
| | | | Widget: Allow redefining a widget to create extensions.
* 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 ↵Scott González2011-02-031-11/+10
| | | | active to 0.
* Widget: Modified _trigger to invoke callbacks with apply so that handlers ↵Michael DellaNoce2011-02-011-0/+48
| | | | are invoked the same way .trigger() invokes them. Fixes #6795 - Widget: _trigger passes array arguments to handlers inconsistently.
* Merge branch 'master' into widget-eventsScott González2011-01-3114-476/+1079
|\ | | | | | | | | Conflicts: ui/jquery.ui.widget.js
| * Update wigdet test for previous change. No stored intance via data forjzaefferer2011-01-311-2/+1
| | | | | | | | element == instance.
| * Accordion: Allow canceling the beforeActivate event. Fixes #6896 - ↵Scott González2011-01-252-2/+40
| | | | | | | | Accordion: Allow canceling the beforeActivate event.
| * Accordion: Renamed changestart and change events to beforeActivate and ↵Scott González2011-01-253-13/+105
| | | | | | | | activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate.
| * 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
| | | | | | | | to run in TestSwarm.
| * Accordion: Test cleanup.Scott González2011-01-246-82/+73
| |
| * Accordion: First pass at splitting out tests for deprecated functionality.Scott González2011-01-247-184/+369
| |
| * Widget: Allow this.element to be the widget instance instead of a DOM ↵Scott González2011-01-241-1/+31
| | | | | | | | element. Fixes #6895 - Widget: Allow non-DOM based widget.
| * Widget: Added tests for defaultElement and element normalization between ↵Scott González2011-01-231-0/+41
| | | | | | | | jQuery objects, elements and selectors.