Opened 10 years ago
Last modified 9 years ago
#12666 confirmed Bug
Double Byte White Space disappear when pasting from Firefox — at Initial Version
Reported by: | Lukas Felber | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | IBM IE | Cc: |
Description
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>  1<br>   2<br>    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.