when the toolbar is displayed and then you scroll the page, when clicking away from to the div and then clicking back in the toolbar is displayed in the wrong position
I guess your issue is with CKEditor, not CKFinder? I moved the topic to the correct forum.
Anyway, can you be more specific in your description or add some screenshots? When using the demo I cannot figure out what your problem is. What does it mean that the toolbar position is "wrong"?
Thank you for your explanations. Could you, however, be so kind as to report the issue on our Development site, as described here? Our QA team can only deal with your issue when it is reported on the tracker. Thanks in advance!
ahh ok... My scenario does not work due to a race condition in destroying the editor and then immediately rebuilding it. I will attempt to come up with another fix
I guess your issue is with
I guess your issue is with CKEditor, not CKFinder? I moved the topic to the correct forum.
Anyway, can you be more specific in your description or add some screenshots? When using the demo I cannot figure out what your problem is. What does it mean that the toolbar position is "wrong"?
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!
I am also experiencing this
I am also experiencing this issue. Here are steps to reproduce using the demo page:
At this point the editor will retain it's original position instead of moving down with the H3 text.
File a bug report
Thank you for your explanations. Could you, however, be so kind as to report the issue on our Development site, as described here? Our QA team can only deal with your issue when it is reported on the tracker. Thanks in advance!
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!
Bug already tracked
Thanks, I probably should have looked there first. The bug has already been tracked.
https://dev.ckeditor.com/ticket/9899
I have the same issue
I use inline mode to a div which in a draggable div. (by jQuery.UI)
I want the toolbar can reposition after I dragged.
A simple workaround
I came up with a pretty simple workaround that seems to fit my needs, simply destroy and recreate the editor in it's own blur event.
I'm not sure if this will cause any other issues, but there doesn't seem to be any noticable performance issues with this.
Thanks, the problem has been
Thanks, the problem has been solved.
.... how has this problem
.... how has this problem been solved?
It hasn't...
.. atleast not by the CKEditor team. I believe Prouser007 was just saying my fix worked for them
ahh ok... My scenario does
ahh ok... My scenario does not work due to a race condition in destroying the editor and then immediately rebuilding it. I will attempt to come up with another fix