Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Make resizable tests a bit more forgiving | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -6/+16 |
| | |||||
* | 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 | ||||
* | Resizable: Fix resizing of elems with `box-sizing: border-box` | Matías Cánepa | 2022-10-10 | 1 | -0/+26 |
| | | | | Fixes gh-1979 Closes gh-2012 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 5 | -0/+5 |
| | | | | | 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 | ||||
* | Resizable: Keep user-provided handles on destroy | Konstantin Dinev | 2017-04-17 | 1 | -1/+9 |
| | | | | | Closes gh-1798 Ref gh-1795 | ||||
* | Resizable: Keep user defined handles on _setOption | Konstantin Dinev | 2017-02-24 | 1 | -8/+20 |
| | | | | | Fixes #15084 Closes gh-1795 | ||||
* | Resizable: Fix aspectRatio cannot be changed after initialization. | Sergei Ratnikov | 2016-09-28 | 1 | -0/+22 |
| | | | | | Fixes #4186 Closes gh-1750 | ||||
* | Resizable: Avoid `Array#map()` in tests for IE8 | Scott González | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | Resizeable: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -301/+306 |
| | |||||
* | Resizable: Implement `setOption` for handles | Konstantin Dinev | 2016-03-30 | 1 | -0/+27 |
| | | | | | Fixes #3423 Closes gh-1666 | ||||
* | Resizable: Style updates | Alexander Schmitz | 2015-09-11 | 6 | -330/+328 |
| | | | | Ref #14246 | ||||
* | Resizable: Style updates | Alexander Schmitz | 2015-08-21 | 3 | -9/+9 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Resizable: Move resizable into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 |
| | | | | Ref #13885 | ||||
* | 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 | 6 | -3/+3 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 4 | -89/+92 |
| | | | | | 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 | ||||
* | 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 | ||||
* | Resizable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -3/+4 |
| | |||||
* | Resizable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -1/+3 |
| | | | | | 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 | ||||
* | Resizable: alsoResize more than one element of a jQuery selection | Ben Mosher | 2015-03-04 | 1 | -0/+30 |
| | | | | | | Fixes #4666 Closes gh-1324 Closes gh-1461 | ||||
* | Resizable: Modified to allow jquery objects as handles | Patricia Juarez | 2015-03-03 | 2 | -0/+30 |
| | | | | | | | Custom handlers did not work as jquery objects (outside the resizable element) Fixes #9658 Closes gh-1445 | ||||
* | Resizable: correct width when grid approaches zero | Mike Sherov | 2015-01-27 | 1 | -2/+2 |
| | | | | Fixes #10590 | ||||
* | Resizable: Whitespace Cleanup | Mike Sherov | 2015-01-27 | 1 | -2/+2 |
| | |||||
* | Tests: Fix style issues with missing or multiple line breaks | Jörn Zaefferer | 2015-01-24 | 2 | -2/+1 |
| | | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually. | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Resizable Tests: fix IE8 test fail due to unspecified border style | Mike Sherov | 2014-08-13 | 1 | -1/+1 |
| | | | | | IE <9 does not correctly set the height of an element if the borderWidth is non-zero but no borderStyle is specified. | ||||
* | Resizable: account for padding & border in grids. | Mike Sherov | 2014-08-05 | 1 | -0/+20 |
| | | | | Fixes #10437 | ||||
* | Resizable: Fix containment width with relative parent. | Jyoti Deka | 2014-08-04 | 1 | -10/+48 |
| | | | | Refs #10140 Closes gh-1303 | ||||
* | Resizable: Fix containment calculation with relative parent | Mike Sherov | 2014-08-04 | 1 | -1/+15 |
| | | | | | | | Remove an incorrect fix introduced in 47cd5b6f that causes width calculations to be incorrect once the correct fix was introduced in c03cb807 Fixes #10140 | ||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | Resizable: Fix size/position changes in resize event | Scott González | 2014-07-24 | 1 | -0/+21 |
| | | | | | Fixes #10351 Closes gh-1292 | ||||
* | 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 | ||||
* | Resizable: Remove bad workaround for draggable+resizable | Jörn Zaefferer | 2014-04-16 | 1 | -4/+6 |
| | | | | | | | | | | | | This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210 | ||||
* | 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 | ||||
* | Resizable: Only resize/reposition if size is greater than specified grid | Kris Borchers | 2014-01-15 | 1 | -0/+23 |
| | | | | | Fixes #9611 Closes gh-1132 | ||||
* | Resizable: containment plugin restricts resizing within container | Jyoti Deka | 2013-12-15 | 1 | -0/+31 |
| | | | | | Fixes #7018 Fixes #9107 Closes gh-1122 | ||||
* | Resizable: containment now works with non - immediate children | Jyoti Deka | 2013-12-15 | 2 | -1/+36 |
| | | | | Fixes #7485 Closes gh-1130 | ||||
* | Resizable: modified to allow resizing when resizables are nested. | Jyoti Deka | 2013-12-14 | 1 | -0/+33 |
| | | | | | Fixes #5025 Closes gh-1149 | ||||
* | Resizable: Store size based on calculated helper size to prevent 1 pixel ↵ | Kris Borchers | 2013-10-18 | 1 | -0/+15 |
| | | | | shifts. Fixes #9547 - Resizable: off-by-one pixel dimensions with helper and grid | ||||
* | 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. | ||||
* | Resizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: ↵ | Christian Klammer | 2013-05-29 | 1 | -0/+47 |
| | | | | Erratic behavior of contained elements within scrollable grandparents | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -4/+13 |
| | | | | | | | | | | 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 | -13/+4 |
| | | | | | | 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 | -4/+13 |
| | | | | | | | | 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 |