[TASK] Purge onFocus occurrences from FormEngine
In TYPO3 6.2 palette fields have been handled by an individual on-focus DOM events, depending on a particular user setting. During the FormEngine rewrite with TYPO3 CMS 7, these parts have been kept and transported through the system. Since this information is not used anymore, it can be removed without any substitution. Resolves: #75657 Releases: master Change-Id: I7ab55d3f38b8f34e85027cdbbe8d5850f91dddb5 Reviewed-on: https://review.typo3.org/47699 Reviewed-by:Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Form/Container/FlexFormElementContainer.php 0 additions, 1 deletion...ckend/Classes/Form/Container/FlexFormElementContainer.php
- typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php 3 additions, 4 deletions...sext/backend/Classes/Form/Element/AbstractFormElement.php
- typo3/sysext/backend/Classes/Form/Element/CheckboxElement.php 0 additions, 1 deletion...3/sysext/backend/Classes/Form/Element/CheckboxElement.php
- typo3/sysext/backend/Classes/Form/Element/GroupElement.php 5 additions, 5 deletionstypo3/sysext/backend/Classes/Form/Element/GroupElement.php
- typo3/sysext/backend/Classes/Form/Element/InputTextElement.php 1 addition, 4 deletions.../sysext/backend/Classes/Form/Element/InputTextElement.php
- typo3/sysext/backend/Classes/Form/Element/RadioElement.php 0 additions, 1 deletiontypo3/sysext/backend/Classes/Form/Element/RadioElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectCheckBoxElement.php 1 addition, 2 deletions...xt/backend/Classes/Form/Element/SelectCheckBoxElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectMultipleSideBySideElement.php 1 addition, 2 deletions.../Classes/Form/Element/SelectMultipleSideBySideElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectSingleBoxElement.php 1 addition, 1 deletion...t/backend/Classes/Form/Element/SelectSingleBoxElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectSingleElement.php 1 addition, 4 deletions...sext/backend/Classes/Form/Element/SelectSingleElement.php
- typo3/sysext/backend/Classes/Form/Element/TextElement.php 0 additions, 1 deletiontypo3/sysext/backend/Classes/Form/Element/TextElement.php
- typo3/sysext/rsaauth/Classes/Form/Element/RsaInputElement.php 1 addition, 4 deletions...3/sysext/rsaauth/Classes/Form/Element/RsaInputElement.php
Please register or sign in to comment