Error script when adding data on tinyMCE
Found in
EPiServer.Labs.ContentManager 0.3.0
Fixed in
EPiServer.CMS.TinyMce 2.13.3
Created
Nov 10, 2020
Updated
Sep 21, 2021
Area
CMS UI
State
Closed, Fixed and tested
Description
Steps to reproduce:
- Create and publish a configurable view that allows editors to create Editional blocks (that is, blocks having TinyMCE).
- Open the view on CM.
- Add new > Enter required field.
- Enter data to Mainbody (TinyMCE property)
- Click Save.
Steps to reproduce in CMS:
- In Edit Mode, create a block of type Editorial
- Add the new created block to the Large content area of the Start page
- Use Quick Edit to edit the editorial block
- Add some text then click Save
Actual result:
Error script : widgets.js:2 Uncaught TypeError: Cannot read property 'tagName' of null
at Object.set (widgets.js:2)
at Object._onChange (widgets.js:2)
at Object.<anonymous> (widgets.js:2)
at widgets.js:2
Expected result:
No error script.