Changes between Initial Version and Version 1 of Ticket #8236, comment 1


Ignore:
Timestamp:
Aug 4, 2011, 10:36:55 AM (13 years ago)
Author:
anrikun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8236, comment 1

    initial v1  
    1 Further information:
    2 It works when   is used instead of  
    3 
    4 Summary:
    5 {{{
    6 #!js
    7   config.specialChars = config.specialChars.concat([
    8     [' ', 'Non-breakable space']
    9   ]);
    10 }}}
    11 doesn't work. CKEditor adds a normal space instead of the expected  
    12 
    13 {{{
    14 #!js
    15   config.specialChars = config.specialChars.concat([
    16     [' ', 'Non-breakable space']
    17   ]);
    18 }}}
    19 works. CKEditor adds a non-breakable space as expected. Actually it adds   instead of  
     1More information:
     2It works only when trying to insert a non-breakable space after a space.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy