Actions
Bug #87586
closedext:form field properties get inherited to subsequent fields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2019-01-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
On a TYPO3 9.5.4 installation we observed the behaviour that on multiple forms the property "elementClassAttribute" of a field got inherited to all following fields of the same type (Text).
On a (mostly) blank 9.5.4 installation I could reproduce this behaviour with the attached example, but this time only the "fluidAdditionalAttributes" placeholder & autocomplete got inherited and not the "elementClassAttribute".
What's important, this only happens on the first page load after cache clearing.
Can anyone reproduce this? Steps:- Copy example file into form_definitions folder
- Add form plugin to some page and choose the "Inherit test" example
- Clear cache with "Flush all caches"
- Open page with the form in the frontend
- Some properties should become inherited from textfield "website" to "name"
- After a reload of the page it works as expected
Files
Actions