Hello! I'm using CKEditor 4 with ActiveAdmin and despite the fact there is nothing wrong with the editor itself all dropdown elements in the styles panel and table context menu are unstyled.
Here is the screenshot.
and here is the gist https://gist.github.com/dirty-hippie/66cd91dbe5126a0391aa (it's formatted with http://www.dirtymarkup.com/ so structure maybe corrupted)
Hmm... Looks like an issue
Hmm... Looks like an issue with domains or paths maybe... Float panels's contents are rendered using iframes and if the styles are missing it means that either path to CSS files is incorrect or stylesheets are blocked (SOP?).
We'd need more information to help - what network manager in Chrome's dev tools says - are all files loaded correctly? What's the domain? What's your configuration? Etc.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
There are no any errors in
There are no any errors in the console, so I must confess that I adjusted the styles to integrate CKE into ActiveAdmin by wrapping em in to the body.active_admin {...}
maybe this is the roo of the problem?
also there is no an iframe tag on the page.
I have the same problem too
I do base on https://github.com/gregbell/active_admin/wiki/Ckeditor-integration
And Got the problem as lessless said.
Hope someone can help me, Thank you!