Hi guys,
we noticed a problem in our CKEditor usage (4.3.4) which only occurs in some individual cases. We dont know how to reproduce it and i have just seen it a couple of times in my local environment, maybe due a specifiec timing, browser plugin or something else.
The problem is that the iframe textarea is double present in the DOM (Screenshot). The Result is that you cant work with the editor in this case because the text get lost because it was expected in the hidden iframe or the editor crash while the interaction.
When this error occured, i noticed that one of the areas used my customConfig and contentsCSS, the second dont do this. (We see in this case that the text styling changed during instantiation of the editor probably in this moment wenn the second area gets involved).
Little bit hard to explain, please take a look at the screenshot ;) There you can see that a second area lays under the first (The second seem to have our config and css and if we insert text in firebug in the second frame, it is correctly saved, so it seems that this is the correct one, text in the first area gets lost / not recognized).
Thx for help, Byebye
Hi,
Hi,
i think we had a timing problem where we sometimes try to interact with the editor (check if source mode is active) but the editor isnt completely loaded. This seems to prevent the editor to start and initialize correctly and fall into an unexpected state (in this case the double iframe/input field).
We are now waiting for the "instanceReady" Event before we do anything with the editor and hope that this solve the problem.
Byebye