Using Firefox and Chrome. with the latest version 6 dev release of Wysiwyg, both CKEditor and FCKEditor, Drupal 6.17.

Problem: Whenever a write up text using either of the above two editors, it turns the source into one line jumble of unbroken text, and very difficult to read. If I enter text in source mode, then switch to visual mode and then back, it does the same thing, converting all the source to one long continuous text.

I've tried one-by-one testing out all the Full HTML settings in Drupal, but nothing changes the output.

I searched this section for previous issues, and found some that were very similar that seemed to be solved by switching to the latest dev build of Wysiwyg. I tried that, still no luck.

If there's any additional info you need I will be glad to supply it.

Comments

twod’s picture

Category: bug » support
Status: Active » Fixed

No settings in the input format will change how the editors behave. Input formats run during rendering only.

Enable "Apply source formatting" under "Cleanup and output" on your editor profile, that should make the source more readable.

If you have the "Teaser Break" button enabled, it may still mess up your source formatting a bit because it passes content via the browser's internal functions, and it doesn't care what the source looks like, that's part of another issue though.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.