umbraco-doc-type-grid-editor icon indicating copy to clipboard operation
umbraco-doc-type-grid-editor copied to clipboard

v9 Rich Text Editor link picker JS Error

Open leehowarth opened this issue 4 years ago • 0 comments
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.

leehowarth avatar Nov 04 '21 09:11 leehowarth