aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Menu: Use ui-state-active consistentlyJörn Zaefferer2015-01-214-12/+12
| | | | | | | | So far we were using ui-state-active on active parent items, ui-state-focus on active child items. The theme update highlighted the visual inconsistency. With this change, only ui-state-active is used. Fixes #10692
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-134-23/+9
| | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422
* Selectmenu: Better handling when there are no optionsScott González2015-01-121-0/+14
| | | | | | Fixes #10662 Closes gh-1370 Closes gh-1423
* Tooltip: Accept HTMLElement and jQuery objects for the content optionDaniel Owens2015-01-121-0/+24
| | | | | | Fixes #9278 Closes #983 Closes #1421
* Slider: Fix max calculation, when step is floatJyoti Deka2015-01-121-1/+13
| | | | | Fixes #10721 Closes gh-1398
* Tests: Fix jQuery version references to match files in external/Jörn Zaefferer2015-01-121-1/+1
|
* Tests: Fix jquery reference in unit index fileJörn Zaefferer2015-01-121-1/+1
|
* DatePicker: increase date range so that tests still pass through 2015Luke Page2015-01-101-2/+2
|
* DatePicker: Fix tests to have unique namesLuke Page2015-01-101-4/+4
|
* Position: Add unit tests for bug 8710Thomas Meyer2015-01-092-0/+40
| | | | | Ref #8710 Closes gh-1071
* Accordion: Set `aria-expanded` when collapsingScott González2015-01-051-25/+55
| | | | | Fixes #10703 Closes gh-1413
* Effects: RewriteMike Sherov2014-12-108-45/+118
| | | | | | | | | | | | | | | | | | 1. Introduces a set of helper methods to easily create and define new effects. 2. Uses clip animations and placeholders instead of wrappers for clip effects. 3. Ensures all animations are detectable as animated Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041 Closes gh-1017
* Widget: Fix typosScott González2014-11-101-4/+4
| | | | Closes gh-1386
* Draggable: Ensure parent is correct after dragging through sortableMike Sherov2014-11-081-0/+23
| | | | Fixes #10669
* Tabs: Suppress automatic activation when navigating with COMMANDScott González2014-11-041-183/+210
| | | | | Fixes #9621 Closes gh-1383
* Selectmenu: Copy title attributesFelix Nagel2014-11-041-8/+16
| | | | | Fixes #10435 Closes gh-1298
* Sortable: Redetermine floating flag when recalculating positionsTJ VanToll2014-11-041-0/+35
| | | | | | | | | This addresses a bug where users initialize empty sortable lists are add items dynamically. In this situation refresh() should recognize the position and orientation of the new items. Fixes #7498 Closes gh-1381
* Selectmenu: Introduce _renderButtonItem() methodFelix Nagel2014-11-041-0/+34
| | | | | Fixes #10142 Closes gh-1299
* Theme: Carat should be named caretLisa Seacat DeLuca2014-11-034-7/+7
| | | | | Fixes #10683 Closes gh-1382
* Selectmenu: Re-add wrappers to menu itemsTJ VanToll2014-10-251-43/+44
|
* Autocomplete: Re-add wrappers to menu itemsTJ VanToll2014-10-252-2/+3
|
* Menu: Wrap menu items in a <div>TJ VanToll2014-10-258-368/+446
| | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342
* Theme: Change default widget font-size to 1emTJ VanToll2014-10-246-18/+1
| | | | | Fixes #10131 Closes gh-1374
* Tests: Removing unused visual theme testTJ VanToll2014-10-242-530/+0
|
* Tests: Adding missing dependencyTJ VanToll2014-10-241-0/+1
|
* All: Drop support for IE7Scott González2014-10-215-18/+8
| | | | | Fixes #9838 Closes gh-1365
* Core: Remove .zIndex()Scott González2014-10-203-157/+0
| | | | Fixes #9156
* Core: Removed .focus( delay )Scott González2014-10-201-28/+0
| | | | Fixes #9649
* Dialog: Remove leftover backcompat flag in testsScott González2014-10-201-3/+0
|
* Tooltip: Properly track hiding and closing for delegated tooltipsScott González2014-10-091-0/+48
| | | | | Fixes #10602 Closes gh-1353
* Slider: Don't allow a slider's value to exceed its maxJyoti Deka2014-10-081-3/+19
| | | | | Fixes #9376 Closes gh-1016
* Datepicker: Fix test for French localeScott González2014-10-071-2/+2
| | | | Ref #10651
* Menu: Typeahead now accounts for leading whitespaceTrisha Crowley2014-10-072-2/+4
| | | | | Fixes #10649 Closes gh-1356
* Menu: Maintain focus on already selected item during typeaheadTJ VanToll2014-10-031-0/+22
| | | | | Fixes #10644 Closes gh-1354
* Menu: Filter out non-items when typingSimen Bekkhus2014-09-292-0/+26
| | | | | Fixes #10571 Closes gh-1329
* Effects tests: Add clip visual testMike Sherov2014-09-036-6/+98
| | | | Closes gh-1338
* Tests: CleanupScott González2014-09-032-22/+26
|
* Effects Tests: Add shake visual testMike Sherov2014-09-022-0/+100
| | | | Closes gh-1328
* 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
| | | | Comparing this.window with strict equality fails in IE8
* Widget: Ensure window and document are defined in _getCreateOptions()Alexander Schmitz2014-08-271-1/+4
| | | | Closes gh-1320
* Draggable: Add battery of tests to cover connectToSortableMike Sherov2014-08-262-28/+107
| | | | | | Refs #9481 Refs #9675 Closes gh-1323
* Sortable: cancelHelperRemoval only considers helper, not placeholderMike Sherov2014-08-261-1/+1
| | | | Refs #9675
* Draggable: append divs to iframe parent for iframefixMike Sherov2014-08-241-0/+42
| | | | | | | This allows the blocking div to move with the iframe in most situations, whereas appending to the body wouldn't. Fixes #9671
* Draggable: Check all parents for fixed positioning when scrollingMike Sherov2014-08-231-12/+20
| | | | Fixes #9612
* Draggable: No cloning in connectToSortable and ensure correct positionMike Sherov2014-08-232-1/+105
| | | | | | | | | | | Draggables now forcefully recalculate their position when dragged out of a sortable. Sortables now override draggable position when a draggable is dragged into it. Lastly, no longer remove sortable helper when dragging a draggable out, which allows us to not use a clone. Fixes #7734 Fixes #8809 Closes gh-1322
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-225-14/+31
|
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-2223-350/+22
| | | | Fixes #10563
* Draggable Tests: Fix failures due to fractional widthsMike Sherov2014-08-201-2/+2
|
* Mouse: Only detect out of document mouseups after a mousemoveMike Sherov2014-08-204-1/+61
| | | | | | | | This prevents the firing of mouseup in the case of IE<9, which will fire a mousemove event if content is placed under the cursor on mousedown. Fixes #7778