Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 |
| | |||||
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 2 | -1/+1 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-18 | 2 | -9/+12 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Updated to QUnit 1.4.0. | Jörn Zaefferer | 2012-03-10 | 1 | -0/+1 |
| | | | | | | Added expect(0) to make tabs and tooltip tests pass, even though those assertions are actually missing. Introduces dialog and slider failures when running in composite all.html suite, all green when running one by one, also all-active.html is green. | ||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 3 | -15/+15 |
| | |||||
* | Tooltip: Replace blur with focusout to deal with inputs nested in tooltipped ↵ | Jörn Zaefferer | 2012-02-23 | 1 | -3/+3 |
| | | | | elements. | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Tests (Simulate): Added focus and blur support. | Scott González | 2011-10-31 | 1 | -2/+2 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -6/+12 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Tooltip tests: Adjust test to deal with blurring being async in IE. | Scott González | 2011-10-12 | 1 | -1/+3 |
| | |||||
* | Tooltip: Fixed defaults in tests. | Scott González | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 |
| | | | | supported jQuery versions. | ||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | | | jQuery core. | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | Tooltip: Added tests for ui object in open and close events. | Scott González | 2011-05-30 | 1 | -4/+9 |
| | |||||
* | Widget: Fixed _show() and _hide() implementation and added tests. | Scott González | 2011-05-30 | 1 | -1/+5 |
| | |||||
* | Tooltip: Fixed handling of disabled tooltips. | Scott González | 2011-05-29 | 1 | -0/+26 |
| | |||||
* | Tooltip: Don't close tooltips on mouseleave if the element is still focused. | Scott González | 2011-05-29 | 1 | -0/+26 |
| | |||||
* | Tooltip: Change default collision detection to 'flip fit' since the default ↵ | Scott González | 2011-05-29 | 1 | -1/+2 |
| | | | | vertical positioning is centered and can't flip | ||||
* | Tooltip: Alphabetized options. | Scott González | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | Tooltip: Fixed tooltipClass option and added test. | Scott González | 2011-05-28 | 1 | -19/+27 |
| | |||||
* | Tooltip: Allow content updates via async response regardless of whether a ↵ | Scott González | 2011-05-28 | 3 | -26/+36 |
| | | | | sync response came back. Added more tests. | ||||
* | Tooltip tests: Refactored and added some tests. | Scott González | 2011-05-28 | 2 | -35/+47 |
| | |||||
* | Tooltip: Added some tests. | Scott González | 2011-05-28 | 2 | -1/+20 |
| | |||||
* | Tooltip tests: Coding standards. | Scott González | 2011-05-28 | 6 | -112/+87 |
| | |||||
* | Tooltip: Fix (most) of the unit tests. Not all issues resolved, but | Jörn Zaefferer | 2011-05-02 | 5 | -13/+20 |
| | | | | enough for testswarm results to be useful. | ||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -14/+13 |
| | |||||
* | Unit tests: removed no longer utilized tickets.js files for Menu and Tooltip | Richard Worth | 2011-03-08 | 2 | -11/+0 |
| | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 |
| | |||||
* | Tooltip: Added missing items test | jzaefferer | 2011-02-11 | 2 | -2/+11 |
| | |||||
* | Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit ↵ | Richard Worth | 2011-02-11 | 1 | -0/+2 |
| | | | | tests to run correctly on swarm.jquery.org | ||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 1 | -1/+1 |
| | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
* | Tooltip: Implementing event delegation support. | jzaefferer | 2010-10-26 | 3 | -2/+8 |
| | |||||
* | Tooltip: Demo and tests update | jzaefferer | 2010-10-26 | 1 | -0/+9 |
| | |||||
* | Tooltip: Removing tooltipClass option; use ↵ | jzaefferer | 2010-10-26 | 2 | -14/+0 |
| | | | | .tooltip("widget").addClass("whatever") instead | ||||
* | Tooltip: Unit tests cleanup | jzaefferer | 2010-10-26 | 2 | -15/+30 |
| | |||||
* | Use pushStack in tooltip's widget method. See #5732 | jzaefferer | 2010-07-30 | 1 | -0/+7 |
| | |||||
* | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵ | jzaefferer | 2010-04-15 | 7 | -0/+196 |
triggered events |