[TASK] Remove bootstrap-slider usages
This patch removes all occurrences of bootstrap-slider in Core with the native `range` input type. To ensure a consistent styling across all platforms, new CSS is in place. However, we can't recover the same styling as used with the bootstrap-slider either due to inconsistent browser support of selectors or missing features. In the `ValueSlider` module, which is only used by FormEngine, any usage of jQuery has been removed as well. Resolves: #90649 Releases: master Change-Id: Ic2e0cb7aa9305159c33f14130d3fe6e62d2fd1da Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63523 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/Sass/typo3/_element_slider.scss 112 additions, 196 deletionsBuild/Sources/Sass/typo3/_element_slider.scss
- Build/Sources/Sass/workspace.scss 0 additions, 13 deletionsBuild/Sources/Sass/workspace.scss
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/ValueSlider.ts 19 additions, 43 deletions...Script/backend/Resources/Public/TypeScript/ValueSlider.ts
- Build/Sources/TypeScript/workspaces/Resources/Public/TypeScript/Backend.ts 0 additions, 1 deletion...eScript/workspaces/Resources/Public/TypeScript/Backend.ts
- Build/Sources/TypeScript/workspaces/Resources/Public/TypeScript/Preview.ts 4 additions, 5 deletions...eScript/workspaces/Resources/Public/TypeScript/Preview.ts
- typo3/sysext/backend/Classes/Form/Element/InputTextElement.php 17 additions, 12 deletions.../sysext/backend/Classes/Form/Element/InputTextElement.php
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/ValueSlider.js 1 addition, 1 deletion...sysext/backend/Resources/Public/JavaScript/ValueSlider.js
- typo3/sysext/workspaces/Resources/Private/Templates/Preview/Index.html 2 additions, 8 deletions...workspaces/Resources/Private/Templates/Preview/Index.html
- typo3/sysext/workspaces/Resources/Public/Css/preview.css 1 addition, 1 deletiontypo3/sysext/workspaces/Resources/Public/Css/preview.css
- typo3/sysext/workspaces/Resources/Public/JavaScript/Backend.js 1 addition, 1 deletion.../sysext/workspaces/Resources/Public/JavaScript/Backend.js
- typo3/sysext/workspaces/Resources/Public/JavaScript/Preview.js 1 addition, 1 deletion.../sysext/workspaces/Resources/Public/JavaScript/Preview.js
Please register or sign in to comment