Opened 11 years ago
Last modified 11 years ago
#11185 confirmed Bug
Zero-width space entity gets doubled
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
- Set below in config.js
config.entities = true; config.entities_processNumerical = true;
- Go to editor, switch to source and paste below
aaaaaa​bbbbbbbbbbbbbb​ccccccccccccccccccccc​ddddddddddddddddd​eeeeeeeeeeeeeeeeeeeeeeeeee​fffffffffffffffffff​ggggggggggggggggggggg
- Switch to WYSIWYG and switch to source:
Entity gets doubled.
Problem can be reproduced from CKEditor 3.0 but I'm setting 4.0 as this is most likely going to be fixed in CKE 4.x.