Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resizable: Fix content shrink on resize | Daniel García | 2024-09-09 | 1 | -7/+55 |
| | | | | | | | Make resizable elements not shrink on resize when they have scrollbars and "box-sizing: content-box". Fixes: gh-2277 Closes gh-2281 | ||||
* | All: Drop support for jQueries different than the latest for each major | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -9/+6 |
| | | | | | | Also, remove the ability to run the test suite in jQuery <1.12.4 & <2.2.4. Closes gh-2249 | ||||
* | Docs: Update leftover HTTP Trac URLs to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-26 | 1 | -5/+5 |
| | |||||
* | Tests: Make resizable tests a bit more forgiving | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -6/+16 |
| | |||||
* | 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 | 1 | -0/+1 |
| | | | | | 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 | 1 | -2/+3 |
| | | | | | | | | | | | | | 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 | 1 | -158/+159 |
| | |||||
* | 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 | 1 | -184/+181 |
| | | | | Ref #14246 | ||||
* | Resizable: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -5/+5 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Resizable: Move resizable into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 |
| | | | | Ref #13885 | ||||
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -0/+466 |
Ref gh-1528 |