Hi,
I have noticed that when CK Editor loads, on occassion it is empty, even though there is HTML present to display.....
<textarea name="HTML"><p> Hello here is some html.....</textarea>
What I think is the cause of this is that sometimes there are external objects, i.e. images, which take a while to load and the editor is rendered to screen prior to those objects finishing loading. Consequently the knock on effect would be that the editor itself is empty as it's still waiting for the objects to load but it's too late.
Is there a way to get CK Editor to load the objects first before the page loads? Or some other way of ensure this doesn't happen?
Thanks
I have noticed that when CK Editor loads, on occassion it is empty, even though there is HTML present to display.....
<textarea name="HTML"><p> Hello here is some html.....</textarea>
What I think is the cause of this is that sometimes there are external objects, i.e. images, which take a while to load and the editor is rendered to screen prior to those objects finishing loading. Consequently the knock on effect would be that the editor itself is empty as it's still waiting for the objects to load but it's too late.
Is there a way to get CK Editor to load the objects first before the page loads? Or some other way of ensure this doesn't happen?
Thanks