Changes between Initial Version and Version 1 of Ticket #12879, comment 4
- Timestamp:
- Feb 2, 2015, 11:14:09 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12879, comment 4
initial v1 1 If the content was created by CKEditor there would be no difference, because CKEditor is consistent i twhat it produces. The problem appears when loading something what was not created in CKEditor. Such content must be normalised, otherwise its editability could be harmed.1 If the content was created by CKEditor there would be no difference, because CKEditor is consistent in what it produces. The problem appears when loading something what was not created in CKEditor. Such content must be normalised, otherwise its editability could be harmed. 2 2 3 3 PS. I believe that in this case it should be possible to turn br+nbsp into two brs by some simple regexp applied before sending such content to PDF processor. There simply should be a processor adjusting CKEditor's output to such external lib's characteristic.