- Affected Version
- WoltLab Suite 5.4
- Affected App
- WoltLab Suite Core
Das Entfernen eines errors mit der Methode scheint bei einem inputAddon nicht zu funktionieren:
Code
wcf.globalHelper.js?v=1675689514:231 Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
at window.elInnerError (http://localhost/cms/js/wcf.globalHelper.js?v=1675689514:231:12)
at http://localhost/3785:25
at NodeList.forEach (<anonymous>)
at Object.failure (http://localhost/:3783:115)
at AjaxRequest._failure (http://localhost/cms/js/WoltLabSuite/Core/Ajax/Request.js?t=1675689514:237:40)
at xhr.onload (http://localhost/cms/js/WoltLabSuite/Core/Ajax/Request.js?t=1675689514:124:30)
Vermutlich müsste in dieser Zeile statt parent insertTarget genutzt werden.