Actions
Bug #96923
closedEpic #96323: TYPO3 Backend: ES6 Module (ESM) support
RteLinkBrowser broken since ES6 module usage
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2022-02-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since commit #96570 the RTE Link browser results in:
Uncaught ReferenceError: require is not defined at openElementBrowser (typo3link.js?t=LAHF-6bb790264ae6e66aef89b25824447d3d:116:5) at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.command.openLinkBrowser (typo3link.js?t=LAHF-6bb790264ae6e66aef89b25824447d3d:80:5) at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.command.exec (VM834 ckeditor.js:205:171) at a.execCommand (VM834 ckeditor.js:274:143) at CKEDITOR.ui.button.CKEDITOR.tools.extend.click (VM834 ckeditor.js:684:223) at Object.execute (VM834 ckeditor.js:685:332) at VM834 ckeditor.js:686:204 at VM834 ckeditor.js:31:124 at Object.callFunction (VM834 ckeditor.js:31:240) at HTMLAnchorElement.onclick (edit?token=75d2b86972db5753000324be4f8cfca9b541f781&edit[tt_content][21]=edit&returnUrl=%2Ftypo3%2Fempty%3Ftoken%3Daa91cd1ee120cb9978a50c78dd831a286a6de11d:1:16)
Updated by Benjamin Franzke almost 3 years ago
- Related to Task #96570: Use ES6 JavaScriptModuleInstructions instead of RequireJS wrappers for core ES6 modules added
Updated by Gerrit Code Review almost 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/+/73559
Updated by Gerrit Code Review almost 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/+/73559
Updated by Benjamin Franzke almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0da76f1c7c67e5ef2ca61939dace893e793747ee.
Actions