[BUGFIX] Fix installer password toggle icon rendering
The ajax Icon API is currently not available during first install, therefore neither getIcon nor the icon web component may be used to render an icon. The icon markup is therefore now pre-rendered via fluid for both states and toggled via CSS. Resolves: #101765 Related: #98089 Releases: main, 12.4 Change-Id: Ib72c06e41f083e4dc7392845058fc86aae95af9c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80712 Reviewed-by:Benjamin Franzke <ben@bnf.dev> Tested-by:
Benjamin Franzke <ben@bnf.dev> Tested-by:
core-ci <typo3@b13.com>
Showing
- Build/Sources/Sass/typo3/_install.scss 14 additions, 0 deletionsBuild/Sources/Sass/typo3/_install.scss
- Build/Sources/TypeScript/install/installer.ts 3 additions, 5 deletionsBuild/Sources/TypeScript/install/installer.ts
- typo3/sysext/backend/Resources/Public/Css/backend.css 2 additions, 0 deletionstypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/install/Resources/Private/Templates/Installer/ShowDatabaseData.html 5 additions, 2 deletions...sources/Private/Templates/Installer/ShowDatabaseData.html
- typo3/sysext/install/Resources/Public/JavaScript/installer.js 1 addition, 1 deletion...3/sysext/install/Resources/Public/JavaScript/installer.js
Please register or sign in to comment