aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Slider: Fixed max value miscalculationMukul Hase2016-06-091-4/+21
* Accordion: Correct height calculated when closedAlyosha Pushak2016-06-092-1/+34
* Datepicker: Fix flaky testScott González2016-06-091-4/+4
* Tests: Fix improper async sortable testLeonardo Balter2016-06-091-1/+1
* Tabs: Handle overly-precise values in tests in IEScott González2016-06-091-1/+4
* Slider: Add missing unit test cases for values methodJyoti Deka2016-06-091-3/+49
* Tests: Add slider visual test to the index pageTJ VanToll2016-06-091-0/+5
* Tests: Update `domEqual()` to work with jQuery gitScott González2016-06-091-2/+2
* Slider: Fix handle order when setting values of range slider to maxAblay Keldibek2016-06-092-1/+64
* Slider: Verify value constraint with a max that is a step mismatchAblay Keldibek2016-06-091-1/+11
* Accordion: Fix tests in IE 11 with jQuery 1.7-1.8Scott González2016-06-091-12/+55
* Dialog: Fix focus tests in IE8 with jQuery 1.7Scott González2016-06-091-42/+46
* Tooltip: Register event handlers before content is loadedMarco Ziech2015-03-101-0/+22
* Sortable: Append a tr with td to the placeholder of tbody elementsNils Heuermann2015-03-102-8/+80
* Slider: Modified to allow value to reach max value with float stepAblay Keldibek2015-03-101-1/+11
* Resizable: alsoResize more than one element of a jQuery selectionBen Mosher2015-03-101-0/+30
* Resizable: Modified to allow jquery objects as handlesPatricia Juarez2015-03-102-0/+30
* Draggable: Ensure parent is correct after dragging through sortableMike Sherov2015-03-101-0/+23
* Sortable: Redetermine floating flag when recalculating positionsTJ VanToll2015-03-101-0/+35
* Resizable: correct width when grid approaches zeroMike Sherov2015-02-091-2/+2
* Resizable: Whitespace CleanupMike Sherov2015-02-091-2/+2
* Slider: Fix max calculation, when step is floatJyoti Deka2015-02-091-1/+13
* Tests: Fix jQuery version references to match files in external/Jörn Zaefferer2015-02-091-1/+1
* Tests: Fix jquery reference in unit index fileJörn Zaefferer2015-02-091-1/+1
* DatePicker: increase date range so that tests still pass through 2015Luke Page2015-02-091-2/+2
* DatePicker: Fix tests to have unique namesLuke Page2015-02-091-4/+4
* Position: Add unit tests for bug 8710Thomas Meyer2015-02-092-0/+40
* Accordion: Set `aria-expanded` when collapsingScott González2015-02-091-25/+55
* Widget: Fix typosScott González2015-02-091-4/+4
* Tabs: Suppress automatic activation when navigating with COMMANDScott González2015-02-091-183/+210
* Tests: Adding missing dependencyTJ VanToll2015-02-051-0/+1
* Dialog: Remove leftover backcompat flag in testsScott González2015-02-051-3/+0
* Tooltip: Properly track hiding and closing for delegated tooltipsScott González2014-10-091-0/+48
* Slider: Don't allow a slider's value to exceed its maxJyoti Deka2014-10-081-3/+19
* Datepicker: Fix test for French localeScott González2014-10-071-2/+2
* Menu: Typeahead now accounts for leading whitespaceTrisha Crowley2014-10-072-2/+4
* Menu: Maintain focus on already selected item during typeaheadTJ VanToll2014-10-031-0/+22
* Menu: Filter out non-items when typingSimen Bekkhus2014-09-292-0/+26
* Effects tests: Add clip visual testMike Sherov2014-09-036-6/+98
* Tests: CleanupScott González2014-09-032-22/+26
* Effects Tests: Add shake visual testMike Sherov2014-09-022-0/+100
* Effects Tests: Fix and format scale visual testMike Sherov2014-09-021-12/+23
* Widget: modify this.window test to support IE8 window equality quirkAlexander Schmitz2014-08-271-1/+4
* Widget: Ensure window and document are defined in _getCreateOptions()Alexander Schmitz2014-08-271-1/+4
* Draggable: Add battery of tests to cover connectToSortableMike Sherov2014-08-262-28/+107
* Sortable: cancelHelperRemoval only considers helper, not placeholderMike Sherov2014-08-261-1/+1
* Draggable: append divs to iframe parent for iframefixMike Sherov2014-08-241-0/+42
* Draggable: Check all parents for fixed positioning when scrollingMike Sherov2014-08-231-12/+20
* Draggable: No cloning in connectToSortable and ensure correct positionMike Sherov2014-08-232-1/+105
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-225-14/+31