Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs: Change a few most common domains from HTTP to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-26 | 2 | -3/+3 |
| | | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244 | ||||
* | Build: Fork vendors to remove QUnit deprecated API usage | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -2/+2 |
| | | | | | | | | | | | | Changes: * add `tests/lib/vendor/**/*` to `.eslintignore` * move `qunit-composite` to `tests/lib` so that we can modify it * move `qunit-assert-classes` to `tests/lib` so that we can modify it * move `qunit-assert-close` to `tests/lib` so that we can modify it * replace `assert.push` with `assert.pushResult` * remove usage of `QUnit.extend` Closes gh-2157 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 4 | -11/+15 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | Tests: Ensure no timers are running at the end of each test (#1920) | Michał Gołębiowski-Owczarek | 2020-05-16 | 4 | -8/+12 |
| | | | | | | | | | | | | | This helps fix issues that make tooltip tests sometimes fail when run against jQuery 3.2 or newer due to timing differences. Details: * Add the `moduleAfterEach` function ensuring no timers are running. * Attach this function via `common.testWidget`. * Attach this function to most test suites. * Add a tooltip test helper cleaning up leftover timers. * Rename legacy `setup`/`teardown` hooks to `beforeEach`/`afterEach`. Closes gh-1920 | ||||
* | Slider: Add demo for custom handle | Scott González | 2016-09-13 | 2 | -2/+14 |
| | | | | | Fixes #15023 Closes gh-1740 | ||||
* | Slider: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -213/+217 |
| | |||||
* | Slider: Fixed max value miscalculation | Mukul Hase | 2016-03-30 | 1 | -1/+18 |
| | | | | | Fixes #12852 Closes gh-1664 | ||||
* | Slider: Add missing unit test cases for values method | Jyoti Deka | 2015-10-17 | 1 | -3/+49 |
| | | | | Closes gh-1573 | ||||
* | Slider: Style updates | Alexander Schmitz | 2015-09-11 | 5 | -153/+155 |
| | | | | Ref #14246 | ||||
* | Slider: Style updates | Alexander Schmitz | 2015-08-21 | 3 | -8/+8 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Slider: Move slider into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 |
| | | | | Ref #13885 | ||||
* | Slider: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Slider: Range fills all space after changing orientation | Ablay Keldibek | 2015-04-22 | 2 | -2/+50 |
| | | | | | | | Resets width/height of range Fixes #12205 Closes gh-1533 | ||||
* | Slider: Pass 0 value if slider reaches it | Ablay Keldibek | 2015-04-20 | 1 | -1/+25 |
| | | | | | Fixes #12196 Closes gh-1540 | ||||
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -0/+1 |
| | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
* | Tests: Rename files | Scott González | 2015-04-09 | 5 | -0/+0 |
| | | | | Ref gh-1528 | ||||
* | Slider: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -41/+34 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 1 | -2/+2 |
| | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
* | All: Standard spacing inside selector strings | Scott González | 2015-03-26 | 1 | -1/+1 |
| | | | | Closes gh-1521 | ||||
* | Slider: Fix handle order when setting values of range slider to max | Ablay Keldibek | 2015-03-18 | 1 | -1/+17 |
| | | | | | | | 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 | ||||
* | Slider: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -24/+19 |
| | |||||
* | Slider: Add classes option | Alexander Schmitz | 2015-03-11 | 3 | -1/+18 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Widget: Add classes option and _add/_remove/_toggleClass methods | Alexander Schmitz | 2015-03-11 | 1 | -0/+1 |
| | | | | | Fixes #7053 Closes gh-1411 | ||||
* | Slider: Modified to allow value to reach max value with float step | Ablay Keldibek | 2015-03-05 | 1 | -1/+11 |
| | | | | | Fixes #11286 Closes gh-1465 | ||||
* | Slider: Fix max calculation, when step is float | Jyoti Deka | 2015-01-12 | 1 | -1/+13 |
| | | | | | Fixes #10721 Closes gh-1398 | ||||
* | Slider: Don't allow a slider's value to exceed its max | Jyoti Deka | 2014-10-08 | 1 | -3/+19 |
| | | | | | Fixes #9376 Closes gh-1016 | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | Slider: Reset positioning when orientation changes | Scott González | 2014-07-02 | 1 | -1/+3 |
| | | | | | Fixes #10105 Closes gh-1268 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 2 | -4/+4 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 2 | -10/+2 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -5/+5 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Slider Tests: Remove pointless doc blocks. | Scott González | 2013-06-04 | 4 | -12/+0 |
| | |||||
* | Slider: Remove range div when changing range option to false. Fixes #9355 - ↵ | Scott González | 2013-06-03 | 1 | -1/+16 |
| | | | | Slider: Changing range option to false does not remove range div. | ||||
* | Widget tests: Use instance method. Also replace a few instances of $.data in ↵ | Jörn Zaefferer | 2013-03-19 | 1 | -2/+2 |
| | | | | widget implementations. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -1/+2 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -2/+1 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -1/+2 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | Slider tests: Use ui-slider not uiSlider for data key. | Scott González | 2013-03-02 | 1 | -3/+3 |
| | |||||
* | Slider tests: Don't use .on(). | Scott González | 2013-03-02 | 1 | -1/+1 |
| | |||||
* | Slider: Coding standards for tests | David Petersen | 2013-02-07 | 4 | -314/+310 |
| | |||||
* | Slider: allow range option to be changed. Fixed #5602 - Slider Does Not ↵ | David Petersen | 2013-02-05 | 1 | -0/+103 |
| | | | | Exhibit Proper Behavior When Switching Range | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Slider: Add disabled tests and remove disabled prop from handles | David Petersen | 2013-02-04 | 1 | -0/+31 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Slider: add options for event callbacks | Mike Sherov | 2013-01-02 | 1 | -1/+5 |
| |