The forum operates in read-only mode. Please head to StackOverflow for support.
Is there a way to avoid converting spaces to non-breaking space ( ) in PasteText?
There's no way to completely remove them because it's browser dependent, and going out of your way to remove them can have adverse effects, but you can experiment with basicEntities or add this code to your config,js file:
config.fillEmptyBlocks = false;
More options here.
Customer and Community Manager, CKSource Follow us on: Facebook, Twitter, LinkedIn If you think you found a bug in CKEditor, read this!
There's no way to completely
There's no way to completely remove them because it's browser dependent, and going out of your way to remove them can have adverse effects, but you can experiment with basicEntities or add this code to your config,js file:
More options here.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!