Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Adrian Nakonieczny 1 post 21 karma points
    Jul 01, 2020 @ 14:30
    Adrian Nakonieczny
    0

    Umbraco/TinyMce adds div style="display: none; randomly to Rich Text Editors

    Hello,

    In our Umbraco 7.11.1, I'm encountering strange problem. We have created some specific case for some datatypes, I will call those datatypes with characters to be sure that you can easily understand how inheritance works. We have one document type A which is a root. Then it can have children B,C,D,E. Those childrens can have their children of same type. All children inherits all properties of A. So in the end you can have AB, ABB, ABBB etc. We have done it to make a logic to overwrite content in C# if child property is not null. So if B has null property then we are using value from A, if it's not empty then we are using B.

    When saving content, completly randomly (you can save child, root) we end up with having RTE content filled with extra 4 div style="display: none;" at the beggining on other nodes, sometimes on the same properties and sometimes on other, but only for Rich Text Editor.

    I couldn't find anything related to that problem, any advices?

Please Sign in or register to post replies

Write your reply to:

Draft