[BUGFIX] Improve preview of InputLinkelement
- Use a div instead of an input field to avoid issues like tooltip not shown because of the disabled attribute. - Trigger onchange from LinkBrowser popup - If no value found, show the input field, which makes it easier to e.g. enter an external url. - Show helpful title for toggle button on hover Resolves: #79667 Related: #79670 Releases: master Change-Id: If00d892d0ae7aebe0dfc5f17f5d43af16d0ee730 Reviewed-on: https://review.typo3.org/51592 Reviewed-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
Showing
- Build/Resources/Public/Less/TYPO3/_element_tceforms.less 4 additions, 0 deletionsBuild/Resources/Public/Less/TYPO3/_element_tceforms.less
- typo3/sysext/backend/Classes/Form/Element/InputLinkElement.php 4 additions, 3 deletions.../sysext/backend/Classes/Form/Element/InputLinkElement.php
- typo3/sysext/backend/Resources/Public/Css/backend.css 3 additions, 0 deletionstypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js 36 additions, 6 deletions.../sysext/backend/Resources/Public/JavaScript/FormEngine.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngineLinkBrowserAdapter.js 9 additions, 11 deletions...sources/Public/JavaScript/FormEngineLinkBrowserAdapter.js
- typo3/sysext/lang/Resources/Private/Language/locallang_core.xlf 3 additions, 0 deletions...sysext/lang/Resources/Private/Language/locallang_core.xlf
Please register or sign in to comment