Paste and insertHtml are not working if I try to insert image or other elements using insertHtml API into an editable element nested inside a non editable element.
<div contenteditable="false" class="grid_12"> <p contenteditable="true">blablabla</p> </div>
I can type the text inside the paragraph, but if I try to inser picture or past elements I have a javascript error.
Hi Robypez, I can see that
Hi Robypez, I can see that you also opened a ticket for this on our Development site -- thanks! Just for reference, nesting editables is not supported yet, but we are working on this feature.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Yes I know! I open the ticket
Yes I know! I open the ticket because I thing was a bug, and the topic here because maybe someone has a workarond!