Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
We are using EPiServer (v.10.5.0) and recently we noticed same probem in our solution.
In our TinyMCE block instead of ImageVault we are using Imageshop's editor plugins and some own custom tag editor (https://www.screencast.com/t/iq2MrKvMZr2). In our case it is not a first property on page.
Before:
<div data-classid="36f4349b-8093-492b-b616-05d8964e4c89" class="epi-contentfragment mceNonEditable" data-contentguid="59634f1d-3a37-4bfa-8a50-e018364c3fa1" data-contentlink="577461" data-contentname="L6: spørsmål">L6: spørsmål</div>
After:
<div class="epi-contentfragment mceNonEditable">L6: spørsmål</div>
Since we experienced same problem for two different image editor plugins I suppose it is rather related to TinyMCE or EPiServer itself.
Best regards,
Arkadiusz
Hello,
We have encountered a problem regarding EPiServer (v.9.12.3) and ImageVault (v.4.8).
If you have an XhtmlString property on a Page and drag a block containing an XhtmlString to the first property
And then add a ImageVault image using the TinyMCE plugin for ImageVault to the same property like below:
http://imgur.com/oJ4XAbj
The problem starts when you preview or publish the page. All the html tags around the block disappears.
The html looks like this before and after publishing the page:
Before:
After:
Points to notice:
Do you have any clue what could be causing this issue?
Best Regards
Marcus