TwistedInteractive / ckeditor

Symphony CMS extension that provides the CKEditor WYSIWYG editor for text fields.
http://symphony-cms.com/download/extensions/view/35082/
Other
19 stars 24 forks source link

New Chrome version and width of editor #30

Open davidhund opened 11 years ago

davidhund commented 11 years ago

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:

Screen Shot 2013-03-01 at 3 44 01 PM

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

kanduvisla commented 11 years ago

I'll patch this myself. In the previous update the Symphony Pages-link is also broken, so I have to fix this anyway. Thanks for the heads up

davidhund commented 11 years ago

Great, thanks. Can I safely upgrade my CKEditor 1.2.3 to your latest patched version on Symphony 2.2.5?

kanduvisla commented 11 years ago

Even better: CKEditor 1.3.3 is compatible with S2.2.x as well as S2.3.x