[BUGFIX] Fix InputLinkElement to be visible again
Since the bootstrap v5 update, the inputLinkElement is styled with flex form instead of display table. This became a problem, because this broke the appearance of the explanation toggling. The initial idea to hide the complete clearable wrap didn't work properly as it is loaded dynamically and it's not ensured it exists when trying to hide it. To circumvent this problem, the styling is now done with some extra css. Additionally the wrong form-control class is removed from the clearable wrap and the styling is now also moved to own css. Resolves: #93941 Releases: master Change-Id: I0bb0d1cf26ed40dd3c87a58e08cc39e449b96c0d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69064 Tested-by:core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/Sass/typo3/_main_form.scss 20 additions, 0 deletionsBuild/Sources/Sass/typo3/_main_form.scss
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/InputLinkElement.ts 1 addition, 9 deletions.../Public/TypeScript/FormEngine/Element/InputLinkElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/Input/Clearable.ts 1 addition, 1 deletion...pt/backend/Resources/Public/TypeScript/Input/Clearable.ts
- typo3/sysext/backend/Classes/Form/Element/InputLinkElement.php 3 additions, 5 deletions.../sysext/backend/Classes/Form/Element/InputLinkElement.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/FormEngine/Element/InputLinkElement.js 1 addition, 1 deletion.../Public/JavaScript/FormEngine/Element/InputLinkElement.js
- typo3/sysext/backend/Resources/Public/JavaScript/Input/Clearable.js 1 addition, 1 deletion...xt/backend/Resources/Public/JavaScript/Input/Clearable.js
Please register or sign in to comment