Bug #96395
closedEpic #96323: TYPO3 Backend: ES6 Module (ESM) support
Fix scoping issue in FormEngineValidation
100%
Description
theChar is not initialized and therefore pollutes global scope.
(It is assigned to window.theChar in the FormEngine iframe).
Currently not an error (we are not using strict mode in RequireJS),
just bad style, but once we switch to strict mode (type="module"),
this will fail without proper declaration.
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72735
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72735
Updated by Benjamin Franzke about 3 years ago
- Tracker changed from Task to Bug
- Subject changed from Add missing var declaration in FormEngineValidation to Fix scoping issue in FormEngineValidation
- Description updated (diff)
Updated by Gerrit Code Review about 3 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72717
Updated by Benjamin Franzke about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 33ea9f3ba2df576cd3e7f4ada56e09fff1488bec.