umbraco-doc-type-grid-editor
umbraco-doc-type-grid-editor copied to clipboard
v9 Rich Text Editor link picker JS Error
trafficstars
When using Dtge v9.0.0 in Umbraco v9.01 using insert / edit link when having inserted a Rich Text Editor into the grid causes a JS error of.
umbraco-backoffice-js.js.v1:152 TypeError: Cannot read properties of undefined (reading 'overlayWidthSize')
at umbraco-backoffice-js.js.v1:982
at umbraco-backoffice-js.js.v1:165
at m.$digest (umbraco-backoffice-js.js.v1:176)
at m.$apply (umbraco-backoffice-js.js.v1:180)
at k (umbraco-backoffice-js.js.v1:131)
at v (umbraco-backoffice-js.js.v1:136)
at XMLHttpRequest.y.onload (umbraco-backoffice-js.js.v1:137) 'Possibly unhandled rejection: {}'
Testing around the issue if you use a Rich Text editor outside of Grid / Dtge the editor insert / edit link works correctly. Also if you setup a custom rich text editor and use that within and element type via dtge it also works fine. So it seems limited to just the default rich text editor setup within dtge.