Changes between Initial Version and Version 1 of Ticket #11545, comment 11


Ignore:
Timestamp:
May 14, 2014, 9:22:30 PM (11 years ago)
Author:
abbuk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11545, comment 11

    initial v1  
    11I have fixed this IME issue in my installation by using hidden span instead of text ZWS node:
     2[[BR]]
    23[-] var fillingChar = element.getDocument().createText( '\u200B' );
     4[[BR]]
    35[-] element.setCustomData( 'cke-fillingChar', fillingChar );
     6[[BR]]
    47[+] var fillingChar = element.createElement("span",{attributes:{"class":"cke_zws_replacement"},styles:{display:"none"}});
    58
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy