Bug #82217
closedTYPO3.FormEngine is undefined
100%
Description
While editing a content element with category, it seams a race condition can happen while loading the JS parts of FormEngine
TypeError: TYPO3.FormEngine is undefined ... SelectTree.js:145:13
SelectTree.js is loaded by require.js to solve the dependency to SelectTreeElement.js, but SelectTree.js needs "TYPO3.FormEngine" to exists, but sometimes it is initialised after "SelectTree.prototype.loadDataAfter" runs, which then breaks viewing the category tree.
Updated by Gerrit Code Review about 7 years ago
- Status changed from New 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/53815
Updated by Gerrit Code Review about 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53815
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54091
Updated by Alexander Opitz about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 54ec7d150d5f581eaea414ef16412785aa541050.