Actions
Task #86919
closedEpic #86641: Eliminate FormEngine legacy functions
Epic #86642: Migrate FieldControls to use RequireJS
Drop dependency to jQuery in FieldControls
Status:
Rejected
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
-
Start date:
2018-11-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently in all re-written FormControl modules jQuery is only used for ready()
. This is not necessary, the modules could drop the dependency and use VanillaJS instead.
Updated by Gerrit Code Review about 6 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58890
Updated by Andreas Kienast about 6 years ago
- Status changed from Under Review to Rejected
We will keep jQuery for now, as it seems there is no reliable alternative to it.
Actions