aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable/options.js
Commit message (Collapse)AuthorAgeFilesLines
* Resizable: Fix content shrink on resizeDaniel García2024-09-091-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 majorMichał Gołębiowski-Owczarek2024-05-151-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 HTTPSMichał Gołębiowski-Owczarek2024-04-261-5/+5
|
* Tests: Make resizable tests a bit more forgivingMichał Gołębiowski-Owczarek2023-05-101-6/+16
|
* Resizable: Fix resizing of elems with `box-sizing: border-box`Matías Cánepa2022-10-101-0/+26
| | | | Fixes gh-1979 Closes gh-2012
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-0/+1
| | | | | Fixes #15393 Closes gh-1958
* Tests: Ensure no timers are running at the end of each test (#1920)Michał Gołębiowski-Owczarek2020-05-161-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 destroyKonstantin Dinev2017-04-171-1/+9
| | | | | Closes gh-1798 Ref gh-1795
* Resizable: Keep user defined handles on _setOptionKonstantin Dinev2017-02-241-8/+20
| | | | | Fixes #15084 Closes gh-1795
* Resizable: Fix aspectRatio cannot be changed after initialization.Sergei Ratnikov2016-09-281-0/+22
| | | | | Fixes #4186 Closes gh-1750
* Resizable: Avoid `Array#map()` in tests for IE8Scott González2016-07-071-1/+1
|
* Resizeable: Shift to use no globalsAmanpreet Singh2016-04-141-158/+159
|
* Resizable: Implement `setOption` for handlesKonstantin Dinev2016-03-301-0/+27
| | | | | Fixes #3423 Closes gh-1666
* Resizable: Style updatesAlexander Schmitz2015-09-111-184/+181
| | | | Ref #14246
* Resizable: Style updatesAlexander Schmitz2015-08-211-5/+5
| | | | | Ref #14246 Ref gh-1588
* Resizable: Move resizable into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Tests: Rename filesScott González2015-04-091-0/+466
Ref gh-1528