I've run into an issue where the editor is way (10k px) too wide. It is described here: https://dev.ckeditor.com/ticket/9947
You can see an example of the bug here:

Your (?) custom skin, however, seems to need a different fix than the one described in the link above. I added: .cke_browser_webkit table { table-layout: auto; } which seems to fix it.
I run Symphony 2.2.5 with CKEditor 1.2.3
- Should I upgrade CKEditor?
- Is there another way to patch my CKEditor extension?
I've run into an issue where the editor is way (10k px) too wide. It is described here: https://dev.ckeditor.com/ticket/9947
You can see an example of the bug here:
Your (?) custom skin, however, seems to need a different fix than the one described in the link above. I added:
.cke_browser_webkit table { table-layout: auto; }which seems to fix it.I run Symphony 2.2.5 with CKEditor 1.2.3