I have a RichText field using a standard config. "Clean up HTML" and "Purify HTML" are OFF.
I have a page with a paragraph of text, then an unordered list. After that list, I try to insert another paragraph and add a line with a mailto link in it.
No matter what, the link gets removed/stripped out. If I move the paragraph up before the UL, it works. But being after the UL list, it's getting stripped out.
Essentially the text in the editor looks like:
<p>text</p>
<ul>
<li><strong>title</strong> line of text</li>
<li><strong>title</strong> line of text</li>
</ul>
<p><a href="mailto:myaddress@email.com">Send us a message</a></p>
I did try checking both purify and clean HTML options ON, but that didn't work either. I've tried inserting the text via html view as well as visual view. Still can't get it to stick. I've tried adding multiple paragraphs after the UL list, but HTML is getting stripped out of everything after the list.
Anyone have any ideas?
My standard config json is:
{ buttons: ['html','formatting','bold','italic','unorderedlist','orderedlist','link','image','video'],
plugins: ['fullscreen'],
toolbarFixedBox: true }
Craft Client 2.4.2692