I recently saw an issue with my macros rendering in rich text editoren.
When I insert the macro it works great but when I save and publish it jumps back to only show the macro like if it was set to not render in the editor. ?
The macro is getting a member from the name I insert into it.
And here comes the wired part some members work fine some don't so I was thinking it was something with my code but cant see where it should make any different because it get the same info on all members nothing change. hope someone maybe know of this issue.
I've 4 Macros to be rendered in the RTE.
Everything is working fine, macro content is showing in the Grid, BUT the edited content can't be saved . When I make a change in the RTE, it's not saving
Macro in rich text editor
I recently saw an issue with my macros rendering in rich text editoren. When I insert the macro it works great but when I save and publish it jumps back to only show the macro like if it was set to not render in the editor. ? The macro is getting a member from the name I insert into it. And here comes the wired part some members work fine some don't so I was thinking it was something with my code but cant see where it should make any different because it get the same info on all members nothing change. hope someone maybe know of this issue.
Hi all
I'm quite new with Umbraco (7.4.3)
I've 4 Macros to be rendered in the RTE. Everything is working fine, macro content is showing in the Grid, BUT the edited content can't be saved . When I make a change in the RTE, it's not saving
Can this "mceNonEditable" rule/setting cause that problem?
Not sure, if it's a Macro or RTE specific thing.
Macro Settings:
Cache period: 0
Cache by Page: not thicked
Cache personalized: not thicked
I think this may be set up in the RTE (TinyMice3)
Any thoughts appreciated
Yes, the mceNonEditable class is coming from the TinyMice RTE's NoneEditable Plugin
"This plugin enables you to prevent users from being able to change (i.e. edit) content within elements assigned the mceNonEditable class."
I think this is the solution: https://www.tinymce.com/docs/plugins/noneditable/
Wondering where to find & change it to "mceEditable" - or trying to figure out why is TinyMice passing mceNonEditable class to Macros??
is working on a reply...