I have a kendo UI window (but I think jquery UI window/dialog will result in same issue). I have a CKEditor 4.0 in the window. Drop-down menus such as font, style, etc. and context menus initially display when clicked. However, after clicking in the text area, the drop down will fail to display when clicked on again.
I only see this issue with CKEditor 4.0. Version 3.6 seems fine. Does anyone know of a workaround to this issue in 4.0? I'm aware of CKEDITOR.config.baseFloatZIndex but even setting it to a zindex above the zindex of the window/dialog still results in the issue.

Can you provide a link to a
Can you provide a link to a simple sample page that reproduces this problem?
Does someone have a url / cdn
Does someone have a url / cdn (external) library reference to CKEditor 4.0? I need to use this in jsfiddle to reproduce the problem.
How can I properly display CKEditor 4.0 toolbar drop-down menus
I found the solution to my problem. Apparently, the "Autogrow" plugin is the culprit. When I remove this plugin, the issues no longer appears.
Can you check whether your
Can you check whether your problem can be solved with http://dev.ckeditor.com/ticket/5779#comment:8 ? No guarantees, just an idea really.
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!