Changes between Initial Version and Version 10 of Ticket #11240
- Timestamp:
- Dec 3, 2013, 2:12:02 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11240
-
Property
Status
changed from
new
toconfirmed
-
Property
Version
changed from
to
4.1
-
Property
Summary
changed from
Paste text with LINUX line breaks (\n)
toBasic formatting of a content of <pre> tag stripped by ACF is not preserved
-
Property
Status
changed from
-
Ticket #11240 – Description
initial v10 7 7 http://ckeditor.com/demo#standard - correct insert 8 8 http://ckeditor.com/demo#widgets - inserted as single line 9 10 **Edit:**[[BR]] 11 In this case this so called text copied from browsers is in fact html where top tag is {{{<pre>}}} tag.[[BR]] 12 Because no pre is reported to ACF, filter removes pre tags but that is all it does.[[BR]] 13 ACF doesn't do anything to convert new line characters to e.g. {{{<br />}}} or {{{<p>}}} .