Page 1 of 1

CKEditor html no linebreak in Firefox

Posted: Mon Mar 16, 2015 5:50 pm
by svasti
Unfortunately it seems that in the new versions of Firefox CKEditor doesn't break the lines in html view.
Although it does so in all the other browsers I tried. Can anybody replicate this strange behavior?

Same with CKEditor 4.4.7. :cry:

Re: CKEditor html no linebreak in Firefox

Posted: Mon Mar 16, 2015 11:19 pm
by cmb
Confirmed for the online demo. A workaround might be to remove the following from editor_gecko.css:

Code: Select all

.cke_source {
    white-space: pre;
}
Ah, just found a respective bug report: http://dev.ckeditor.com/ticket/13031. The milestone has been set for 4.4.8, so presumably it'll be fixed soon.

Re: CKEditor html no linebreak in Firefox

Posted: Tue Mar 17, 2015 1:29 pm
by svasti
Ah, it's good to have a fix. I used: white-space: pre-wrap;