﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11240	Basic formatting of a content of <pre> tag stripped by ACF is not preserved	Andrey Vaskovskiy		"Whenever I paste text with LINUX line breaks from clipboard into CKEDITOR with a toolbar that contains a 'Fotmat' button the text is processed correctly with line breaks, but if there's no 'Fotmat' button in toolbar - then the text is inserted in a single line.

Is it possible to configure CKEDITOR to process the text correctly in both cases without adding 'Fotmat' button in toolbar. (See attached files)

Reproducible in Version 4, and on CKEDTIOR demo page

http://ckeditor.com/demo#standard - correct insert
http://ckeditor.com/demo#widgets - inserted as single line

**Edit:**[[BR]]
In this case this so called text copied from browsers is in fact html where top tag is {{{<pre>}}} tag.[[BR]]
Because no pre is reported to ACF, filter removes pre tags but that is all it does.[[BR]]
ACF doesn't do anything to convert new line characters to e.g. {{{<br />}}} or {{{<p>}}} .
"	Bug	confirmed	Normal		General	4.1			
