Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Droppable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 10 | -87/+59 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tooltip: Convert tests to new infrastructure | Scott González | 2015-04-09 | 9 | -69/+48 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Dialog: Convert tests to new infrastructure | Scott González | 2015-04-09 | 10 | -133/+92 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Support `$.uiBackCompat = false` via `data-no-back-compat` | Scott González | 2015-04-09 | 1 | -4/+14 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Datepicker: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -259/+251 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Spinner: Convert tests to new infrastructure | Scott González | 2015-04-09 | 8 | -43/+48 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Widget: Convert tests to new infrastructure | Scott González | 2015-04-09 | 5 | -29/+33 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tabs: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -47/+51 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Sortable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -58/+47 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Slider: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -41/+34 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Selectmenu: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -37/+32 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Selectable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 5 | -42/+27 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Resizable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -133/+121 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Progressbar: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -35/+32 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Position: Convert tests to new infrastructure | Scott González | 2015-04-09 | 2 | -17/+9 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Menu: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -53/+53 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Effects: Convert tests to new infrastructure | Scott González | 2015-04-09 | 3 | -37/+30 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Draggable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -252/+245 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Core: Convert tests to new infrastructure | Scott González | 2015-04-09 | 3 | -20/+14 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Button: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -48/+32 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Autocomplete: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -37/+32 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Accordion: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -49/+54 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Convert closeEnough() to a proper QUnit assertion | Scott González | 2015-04-09 | 7 | -54/+59 |
| | | | | | | | Should eventually replace with qunit-assert-close. Ref #10119 Ref gh-1528 | ||||
* | Tests: Change test infrastructure to use AMD and reduce boilerplate | Scott González | 2015-04-09 | 11 | -1/+2584 |
| | | | | | | | | | | | Ref #10119 Ref gh-1528 * Adds RequireJS and relies on AMD for loading dependencies. * Updates to grunt-contrib-qunit 0.6.0. * Convert `domEqual()` to a proper QUnit assertion. * Introduces two bootstrap files (JS and CSS) which use `data-` attributes to reduce the amount of boilerplate needed in each test | ||||
* | Revert "Draggable: Set explicit width/height instead of right/bottom" | TJ VanToll | 2015-04-08 | 3 | -50/+2 |
| | | | | | | This reverts commit 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5. Fixes #10725 | ||||
* | Menu: Ignore bubbled mouseenter events on parent items | Jörn Zaefferer | 2015-04-08 | 2 | -1/+52 |
| | | | | | | | | Test uses QUnit 2.x API - inconsistent with the other tests, but also a good reference. Fixes #11641 Closes gh-1535 | ||||
* | Selectmenu: Add a disabled-default option example to default demo | Jörn Zaefferer | 2015-04-08 | 1 | -0/+12 |
| | | | | Ref gh-1520 | ||||
* | Menu: Update default demo, use product categories | Jörn Zaefferer | 2015-04-08 | 1 | -20/+18 |
| | | | | | | | Makes it look like a navigation menu that can't be navigated, at least better than the random city names we had before. Ref #11641 | ||||
* | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 29 | -169/+282 |
| | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
* | Slider: Proper animation of range | Ablay Keldibek | 2015-04-06 | 1 | -2/+2 |
| | | | | | Fixes #9459 Closes gh-1530 | ||||
* | Tests: Add slider visual test to the index page | TJ VanToll | 2015-04-05 | 1 | -0/+5 |
| | |||||
* | Build: Upgrade to QUnit 1.18.0 | Jörn Zaefferer | 2015-04-03 | 4 | -226/+1189 |
| | |||||
* | Core: Work around more IE activeElement bugs | Scott González | 2015-03-29 | 1 | -0/+7 |
| | | | | Closes gh-1523 | ||||
* | All: Standard spacing inside selector strings | Scott González | 2015-03-26 | 9 | -9/+9 |
| | | | | Closes gh-1521 | ||||
* | All: Include native dialogs in appendTo logic (ui-front walking) | Scott González | 2015-03-26 | 2 | -2/+2 |
| | | | | | Ref #10739 Ref gh-1517 | ||||
* | Tooltip: Follow the standard appendTo logic | Scott González | 2015-03-26 | 1 | -1/+11 |
| | | | | | | | | | Even though there's no reason to ever configure the parent element via an `appendTo` option, following the standard logic is useful for scrollable elements and native dialogs. Fixes #10739 Closes gh-1517 | ||||
* | Tests: Handle jQuery git returning `null` for empty attributes | Scott González | 2015-03-25 | 6 | -9/+8 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Closes gh-1516 | ||||
* | Spinner: Properly handle empty attributes in create with jQuery git | Scott González | 2015-03-25 | 1 | -1/+1 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516 | ||||
* | Dialog: Properly handle empty title with jQuery git | Scott González | 2015-03-25 | 1 | -3/+6 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516 | ||||
* | Tests: Update `domEqual()` to work with jQuery git | Scott González | 2015-03-25 | 1 | -2/+2 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516 | ||||
* | Core: Fix `:focusable` and `:tabbable` with jQuery git | Scott González | 2015-03-25 | 1 | -6/+6 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined` Ref gh-1516 | ||||
* | Core: Handle IE11 bug with document.activeElement in iframes | Scott González | 2015-03-24 | 1 | -0/+7 |
| | | | | | Fixes #11539 Closes gh-1518 | ||||
* | Menu: Default for classes option is defined in $.Widget | Jörn Zaefferer | 2015-03-18 | 1 | -1/+0 |
| | | | | Ref #7053 | ||||
* | Autocomplete: Default for classes option is defined in $.Widget | Jörn Zaefferer | 2015-03-18 | 1 | -1/+0 |
| | | | | Ref #7053 | ||||
* | Position: Simplify fraction support test | Scott González | 2015-03-18 | 1 | -40/+21 |
| | | | | | | | | Also makes the test lazy to avoid any potential layouts/recalculations during initialization. Fixes #9898 Ref #9899 | ||||
* | Slider: Fix handle order when setting values of range slider to max | Ablay Keldibek | 2015-03-18 | 3 | -2/+67 |
| | | | | | | | When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502 | ||||
* | Effects: Fix style issues in individual effects | Jörn Zaefferer | 2015-03-18 | 16 | -117/+118 |
| | | | | | | Skipping ui/effect.js since embedded jquery-color has many issues. Closes gh-1510 | ||||
* | All: Consolidate `.removeAttr()` calls | Scott González | 2015-03-18 | 6 | -42/+12 |
| | | | | Closes gh-1505 | ||||
* | Build: Menu and Tabs now pass all jscs rules | Jörn Zaefferer | 2015-03-18 | 1 | -3/+1 |
| | |||||
* | Tabs: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -100/+100 |
| | | | | Closes gh-1494 |