Page 1 of 1

Linefeed problem

Posted: Tue Jan 08, 2013 11:05 pm
by jpeppas
Hi to all.

After upgrading to 1.11.x (I am up to 1.11.4), I am having a weird problem:

when editing a page, line feeds display OK in the editor.

However, when viewing the page, no linefeeds are displayed.

To give an example, something that in the editor looks like this:

1
2
3
4

but in the view page it looks like:

1 2 3 4

I have tried also <shift>+<enter> but no difference. I have changed from MicroTiny to tinyMCE and also changed in TinyMCE the Newline-style setting. No difference.

Any ideas?

BR,
Jim

Re: Linefeed problem

Posted: Thu Jan 31, 2013 5:36 pm
by Dr.CSS
Turn of the wysiwyg and see what the html looks like, then view the page source to see if it is any different...

Hitting enter should give you <p> tags if that is the setting in tiny admin...

Re: Linefeed problem

Posted: Thu Jan 31, 2013 8:28 pm
by jpeppas
I did what you said, and indeed I did not see any difference between the wysiwyg view and the html view. No <p>

This made me think that something was wrong with the TinyMCE module.

I uninstalled and re-installed it and now it's working OK. I have no idea why the upgrade may have caused this.


Thanks for your help.