OllieMackJames Posted July 7, 2015 Share Posted July 7, 2015 In Firefox 36 source text is not wrapped in the Source box of CKEditor. I am on processwire 2.6.7 I made the following change in /public_html/wire/modules/Inputfield/InputfieldCKEditor/ckeditor-4.4.6/skins/moono/editor_gecko.css .cke_reset_all textarea{white-space:pre} to .cke_reset_all textarea{white-space:pre-wrap} Anybody know how else to fix this or how to get this into the processwire distro? Mozilla ticket that refers to this: https://support.mozilla.org/fr/questions/1050456 Fix above works for me, posting here for others who run into same trouble and in hope of change in pw-distro-ckeditor. tnx. Link to comment Share on other sites More sharing options...
LostKobrakai Posted July 7, 2015 Share Posted July 7, 2015 That a bug of ckeditor that should be fixed by them. Maybe Ryan can add styles to overwrite that behavior, but it's always best to keep dependencies as separate as possible. Link to comment Share on other sites More sharing options...
OllieMackJames Posted July 7, 2015 Author Share Posted July 7, 2015 That a bug of ckeditor that should be fixed by them. Maybe Ryan can add styles to overwrite that behavior, but it's always best to keep dependencies as separate as possible. OK, I see we are on 4.4.6 and ckeditor is already version 4.5.1 - just downloaded and checked and it is changed in there already. Guess we just need to wait till this is incorporated in PW latest. Until then the workaround above works for whoever needs it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now