-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.3.0-rc
Bug summary
According to #18123 the source code editor for the TipTap editor should format the code when the code editor modal is opened, but this does not appear to be working in the release candidate.
Specifics
In browser dev tools we can see a couple of 404s on JavaScript files followed by some errors that look to be related to Monaco:
Tested in Firefox and Chrome.
Steps to reproduce
- Create and run a new Umbraco project using the latest template (Package Script Writer script here).
- Create a new document type with a richtext editor property (allow at root).
- Create a node and populate the richtext editor with some paragraphs.
- Click the "View Source Code" toolbar button.
Expected result / actual result
Expected result: code should be formatted nicely.
Actual result: the code is all on one line.
This item has been added to our backlog AB#50249
Reactions are currently unavailable
