Opened 10 years ago

Last modified 9 years ago

#12666 confirmed Bug

Double Byte White Space disappear when pasting from Firefox — at Version 2

Reported by: Lukas Felber Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0 Beta
Keywords: IBM IE Cc:

Description (last modified by Jakub Ś)

When copying multi-line text where each line starts with double byte white space(s) from Firefox and pasting into a ckeditor text field, the double byte white spaces are all dropped.

Steps to reproduce:

  1. create a html file with the following content:
    <html><title></title><body>
    &#12288;1<br>
    &#12288;&#12288;2<br>
    &#12288;&#12288;&#12288;3
    </body></html>
    
  2. Open the file in firefox and copy all 3 lines.
  3. Paste into a ckeditor text field (I'm currently using http://ckeditor.com/demo#inline for testing)

Actual behavior:
All double byte white spaces are dropped.

Expected behavior:
They should be retained.

Additional information:
If the same html file is opened in Chrome and copying happens from a Chrome browser, pasting into ckeditor text field succeeds as expected.

Change History (2)

comment:1 Changed 10 years ago by Lukas Felber

Keywords: IBM added

comment:2 Changed 10 years ago by Jakub Ś

Description: modified (diff)
Keywords: IE Firefox added
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