up vote 0 down vote favorite
1
share [g+] share [fb]

I want to prevent TinyMCE from converting linebreaks (pasted from notepad for example) into <br>'s. Thats because I want to post code snippets inside <pre> tags, and I don't want to have <br>'s in there.

I already tried several TinyMCE settings in the config without success:

force_p_newlines : false,
force_br_newlines : false,
remove_linebreaks : false,
convert_newlines_to_brs : false

After submiting the content TinyMCE still converts all of my linebreaks. I'm using TinyMCE 3 with umbraco CMS.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Problem solved. It seems to be an Firefox/TinyMCE related bug. The described symptoms only appear when using Firefox. Tested Internet Explorer 8 and Opera 9 and it works.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.