xhtml code generation problem instead of   (htmlentities, entities,entities_additional,..., configuration)
For a more complete description and discussion see
http://cksource.com/forums/viewtopic.php?f=11&t=18208
The ckeditor 3.2 does not produce the correct output when you enter
a text like this in the editing area:
ab c (there are several blanks between "ab" and "c")
The result is something like
ab   c
but should be
ab   c
No configuration option like
entities, entities_additional...
ever resolved the problem.
This worked correct in older versions like 2.6.x.
Change History (9)
Keywords: |
entities entities_additional entities_processNumerical htmlEncodeOutput removed
|
Priority: |
High →
Normal
|
Milestone: |
→ CKEditor 3.4
|
Component: |
General →
Core : Output Data
|
Keywords: |
Confirmed added
|
Owner: |
set to Garry Yao
|
Status: |
new →
assigned
|
Milestone: |
CKEditor 3.4 →
CKEditor 3.5
|
Owner: |
Garry Yao deleted
|
Status: |
assigned →
new
|
Keywords: |
Confirmed removed
|
Status: |
new →
confirmed
|
Owner: |
set to Tobiasz Cudnik
|
Status: |
confirmed →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Suppose to be fixed by #5769.