You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.1.1
Bug summary
I'm trying to replace TinyMCE in my project with a new solution Tiptap. First I want to test it so I created a new DataType for RTE that uses Tiptap.
I put an example text in the RTE that has a Heading and 3 paragraphs and published it. Then I tried to add a custom CSS class to the Heading directly in the source code. Opening the source code works and I can write the custom class, but after submitting the content and saving the class disappeared.
Specifics
No response
Steps to reproduce
Create a new Data Type for RTE by using Tiptap
Create a new Element Document Type with a property that will use the new Data Type
Create another Element type that will represent the layout in the Block Grid
Create a new Data Type for the Block grid
Add elements from steps 2 and 3 in the Grid and allow the element from step 3 to be added in the root and the element from step 2 to be added as part of element 3.
Create a Content page type that has the Block Grid and can be added to the root
Create a new Content page by using the Content page type created in step 5 and add the layout element and the element with Tiptap.
Add some content in the RTE and save it
Try to edit the source code
Editis source code doesn't work. You can change and submit changes but they won't be saved
Expected result / actual result
No response
The text was updated successfully, but these errors were encountered:
Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.
We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We'll assess whether this issue relates to something that has already been fixed in a later version of the release that it has been raised for.
If it's a bug, is it related to a release that we are actively supporting or is it related to a release that's in the end-of-life or security-only phase?
We'll replicate the issue to ensure that the problem is as described.
We'll decide whether the behavior is an issue or if the behavior is intended.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.
Thank you @stefanstankovic for reporting this issue.
I was able to reproduce it on v15.1.1, it is not able to add class or id into the HTML tag by editing source code mode using Tiptap RTE, after clicking submit, it is removed from the HTML tag. Short steps to reproduce :
Create a document type with Tiptap RTE
Create a content page and add a text string to the RTE
Click Edit source code of RTE, add a custom class/id into the HTML tag, then click submit
Open Edit source of RTE again, => custom class/id added is disappear
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.1.1
Bug summary
I'm trying to replace TinyMCE in my project with a new solution Tiptap. First I want to test it so I created a new DataType for RTE that uses Tiptap.
I put an example text in the RTE that has a Heading and 3 paragraphs and published it. Then I tried to add a custom CSS class to the Heading directly in the source code. Opening the source code works and I can write the custom class, but after submitting the content and saving the class disappeared.
Specifics
No response
Steps to reproduce
Editis source code doesn't work. You can change and submit changes but they won't be saved
Expected result / actual result
No response
The text was updated successfully, but these errors were encountered: