You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Live Preview panel is closed, an Uncaught TypeError is thrown.
When you try to subsequently edit existing links within a Redactor field (with the preview pane closed), the context toolbar ('Edit link', 'Unlink') does not appear. There may be other effects as well once the error has been triggered - we have received reports that adding new links may cause existing links to disappear, when you have multiple Redactor fields in a Matrix field - but I have not been able to reproduce.
Uncaught TypeError: Cannot read property 'createDocumentFragment' of undefined
at xe (jquery.js? [sm]:5004)
at Re (jquery.js? [sm]:6073)
at b.fn.init.append (jquery.js? [sm]:6264)
at b.fn.init.b.each.b.fn.<computed> [as appendTo] (jquery.js? [sm]:6398)
at Object.handler (RedactorOverrides.js:410)
at s.constructor.trigger (garnish.js? [sm]:840)
at s.constructor.close (Preview.js:385)
at s.constructor.<anonymous> (garnish.js? [sm]:893)
at HTMLButtonElement.o (jquery.js? [sm]:10771)
at HTMLButtonElement.dispatch (jquery.js? [sm]:5429)
Description
When the Live Preview panel is closed, an Uncaught TypeError is thrown.
When you try to subsequently edit existing links within a Redactor field (with the preview pane closed), the context toolbar ('Edit link', 'Unlink') does not appear. There may be other effects as well once the error has been triggered - we have received reports that adding new links may cause existing links to disappear, when you have multiple Redactor fields in a Matrix field - but I have not been able to reproduce.
As you can see the error relates to this line:
redactor/src/assets/field/src/js/RedactorOverrides.js
Line 410 in baa0509
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: