Issue with the block list editor in RTE?
j
Hi all, I'm currently experimenting with the new feature of having the block list editor inside the RTE, and have run into some problems. I can add blocks OK and everything seems to be working fine - until I save the page. I can then no longer click on the blocks to edit them, and the error "TypeError: Cannot read properties of undefined (reading 'settingsElementTypeKey') at editBlock (umbraco.directives.min.js?d=638383638150000000:1:618276)" shows up in the console. However - if I then click and drag the block slightly (enough for it to be highlighted, not enough for it to actually move in the document) it is possible to edit it again. Another workaround is to open the code editor (if it's available in the RTE) and then click submit without actually changing anything, this will also render the blocks editable again. My current theory is that something breaks in the angular view when saving the document, but forcing it to rerender will populate the blocks correctly again. Note that the data in the blocks are not affected, anything I have stored in them remains. Is this a known issue, or is it me doing something I shouldn't?
(This is in a fresh install of 13.0.1.)
11 Views