Hi there,
Is it possible to specifiy where in the DOM the toolbar div is placed?
We're trialing ckeditor (version 4.3.4) and so far almost everything is great.
We're using a contenteditable div within a YUI modal panel, this is all working as we'd expect it to everywhere (FireFox 28.0 and IE9+) but we're seeing some odd behaviour in Chrome (tested in version 33 and 34).
Our problem appears to be that ckeditor places the toolbar div at the bottom of the dom. The YUI panel sees this as outside of the panel and that the focus is being moved it then returns the focus. The effect is that if someone clicks on the toolbar and then starts typing the cursor is moved to behind the first letter so the word Test would show as estT .
I'm also looking at this from the YUI side of things to see if there is a way of fixing it that way, but that is looking "difficult" at the moment. So I was hoping there might be something simple in ckeditor.
Thanks
Ben