Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 7 | -0/+503 |
| | | | | | | | | | | | 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 | 2 | -35/+2 |
| | | | | | | This reverts commit 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5. Fixes #10725 | ||||
* | Menu: Ignore bubbled mouseenter events on parent items | Jörn Zaefferer | 2015-04-08 | 1 | -0/+42 |
| | | | | | | | | Test uses QUnit 2.x API - inconsistent with the other tests, but also a good reference. Fixes #11641 Closes gh-1535 | ||||
* | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 24 | -169/+44 |
| | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
* | Tests: Add slider visual test to the index page | TJ VanToll | 2015-04-05 | 1 | -0/+5 |
| | |||||
* | All: Standard spacing inside selector strings | Scott González | 2015-03-26 | 6 | -6/+6 |
| | | | | Closes gh-1521 | ||||
* | 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 | ||||
* | 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 | ||||
* | Slider: Fix handle order when setting values of range slider to max | Ablay Keldibek | 2015-03-18 | 2 | -1/+64 |
| | | | | | | | When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502 | ||||
* | Slider: Pass handle index to events | Ablay Keldibek | 2015-03-12 | 1 | -0/+37 |
| | | | | | | | | Added a `handleIndex` property to the event data which indicates the index of the handle being changed. Fixes #7630 Closes gh-1486 | ||||
* | Slider: Verify value constraint with a max that is a step mismatch | Ablay Keldibek | 2015-03-12 | 1 | -1/+11 |
| | | | | | Ref #10078 Closes gh-1485 | ||||
* | Widget: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -22/+22 |
| | |||||
* | Tooltip: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -5/+5 |
| | |||||
* | Tabs: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -44/+44 |
| | |||||
* | Spinner: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -16/+19 |
| | |||||
* | Sortable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 4 | -14/+17 |
| | |||||
* | Slider: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -24/+19 |
| | |||||
* | Selectmenu: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 3 | -21/+19 |
| | |||||
* | Selectable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -3/+5 |
| | |||||
* | Resizable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -3/+4 |
| | |||||
* | Progressbar: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -3/+3 |
| | |||||
* | Menu: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 4 | -28/+34 |
| | |||||
* | Effects: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -2/+4 |
| | |||||
* | Droppable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 4 | -9/+11 |
| | |||||
* | Draggable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 4 | -16/+16 |
| | |||||
* | Dialog: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 5 | -21/+18 |
| | |||||
* | Button: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 4 | -61/+66 |
| | |||||
* | Autocomplete: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -5/+5 |
| | |||||
* | Accordion: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 3 | -21/+23 |
| | |||||
* | Tooltip: Add classes option | Alexander Schmitz | 2015-03-11 | 8 | -16/+109 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Tabs: Add classes option | Alexander Schmitz | 2015-03-11 | 5 | -27/+75 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Spinner: Add classes option | Alexander Schmitz | 2015-03-11 | 3 | -1/+21 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Slider: Add classes option | Alexander Schmitz | 2015-03-11 | 3 | -1/+18 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Selectmenu: Add classes option | Alexander Schmitz | 2015-03-11 | 3 | -1/+20 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Resizable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -1/+3 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Progressbar: Add classes option | Alexander Schmitz | 2015-03-11 | 3 | -20/+29 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Menu: Add classes option | Alexander Schmitz | 2015-03-11 | 2 | -8/+31 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Droppable: Add classes option | Alexander Schmitz | 2015-03-11 | 4 | -2/+71 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Dialog: Add classes option | Alexander Schmitz | 2015-03-11 | 7 | -24/+200 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Autocomplete: Add classes option | Alexander Schmitz | 2015-03-11 | 2 | -0/+10 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Accordion: Add classes option | Alexander Schmitz | 2015-03-11 | 3 | -9/+26 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Widget: Add classes option and _add/_remove/_toggleClass methods | Alexander Schmitz | 2015-03-11 | 19 | -1/+165 |
| | | | | | Fixes #7053 Closes gh-1411 | ||||
* | Accordion: Fix tests in IE 11 with jQuery 1.7-1.8 | Scott González | 2015-03-11 | 1 | -12/+55 |
| | | | | Closes gh-1482 | ||||
* | Dialog: Remove animation stopping in destroy | Scott González | 2015-03-11 | 2 | -10/+0 |
| | | | | | | | | | | | Effects wrappers are no longer used, so the workaround and test are no longer necessary. This fixes tests in IE8 with jQuery 1.7. Effectively a complete revert of 13505e5945e5532c3d56424d50ad109c665d205f Closes gh-1481 | ||||
* | Dialog: Fix focus tests in IE8 with jQuery 1.7 | Scott González | 2015-03-11 | 1 | -42/+46 |
| | | | | Ref gh-1481 | ||||
* | Tests: Use jquery-git1 instead of jquery-git | Scott González | 2015-03-11 | 3 | -4/+4 |
| | | | | Closes gh-1480 |