Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -4/+5 |
| | | | | | | | | | | | | | 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 | ||||
* | Controlgroup: Correctly handle non-empty child class key | Gabriel Schulhof | 2016-07-06 | 1 | -0/+37 |
| | | | | | Fixes #14984 Closes gh-1713 | ||||
* | Controlgroup: Add "only" position to class generator functions | Alexander Schmitz | 2016-06-09 | 1 | -0/+60 |
| | | | | | Fixes #14972 Closes gh-1711 | ||||
* | Controlgroup: Fix rendering of labels | Alexander Schmitz | 2016-05-26 | 1 | -6/+6 |
| | | | | | Fixes #14967 Closes gh-1703 | ||||
* | Controlgroup: Fix issues with compatibility with spinner | Alexander Schmitz | 2016-05-26 | 1 | -4/+5 |
| | | | | Fixes #14966 | ||||
* | Controlgroup: Don't remove existing classes classes | Alexander Schmitz | 2016-05-26 | 1 | -0/+25 |
| | | | | | | unless its a corner class Fixes #14960 | ||||
* | Controlgroup: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 1 | -6/+7 |
| | |||||
* | Controlgroup: Fix create and destroy for controlgroupLabel | Jörn Zaefferer | 2015-10-26 | 1 | -3/+10 |
| | | | | | | Creating the label broke while doing a refactoring, the lack of tests allowed that to go unnoticed. Shouldn't happen again with the extra tests, covering both controlgroupLabel and spinner. | ||||
* | Controlgroup: Style updates | Alexander Schmitz | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Controlgroup: Add missing entry to demos bootstrap | Alexander Schmitz | 2015-10-08 | 1 | -4/+4 |
| | |||||
* | Controlgroup: Inital commit of new widget | Alexander Schmitz | 2015-10-07 | 1 | -0/+69 |
This widget replaces the buttonset widget |