Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#5421 closed Bug (fixed)

xhtml code generation problem   instead of   (htmlentities, entities,entities_additional,..., configuration)

Reported by: toller43 Owned by: Tobiasz Cudnik
Priority: Normal Milestone: CKEditor 3.4.1
Component: Core : Output Data Version: 3.2
Keywords: Cc:

Description

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 &nbsp 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)

comment:1 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Keywords: entities entities_additional entities_processNumerical htmlEncodeOutput removed
Priority: HighNormal

comment:2 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Milestone: CKEditor 3.4

comment:3 Changed 14 years ago by Garry Yao

Component: GeneralCore : Output Data
Keywords: Confirmed added
Owner: set to Garry Yao
Status: newassigned

Suppose to be fixed by #5769.

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.4CKEditor 3.5

comment:5 Changed 14 years ago by Tobiasz Cudnik

Owner: Garry Yao deleted
Status: assignednew

comment:6 Changed 14 years ago by Tobiasz Cudnik

Keywords: Confirmed removed
Status: newconfirmed

comment:7 Changed 14 years ago by Tobiasz Cudnik

Owner: set to Tobiasz Cudnik
Status: confirmedassigned

comment:8 Changed 14 years ago by Tobiasz Cudnik

Resolution: fixed
Status: assignedclosed

Fixed by [5872] from #5769.

comment:9 Changed 14 years ago by Tobiasz Cudnik

To always get numerical values instead of HTML entities, one should use following config entry:

config.entities_processNumerical = 'force';
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy