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 )
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:
- create a html file with the following content:
<html><title></title><body>  1<br>   2<br>    3 </body></html>
- Open the file in firefox and copy all 3 lines.
- 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
Keywords: | IBM added |
---|
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Keywords: | IE Firefox added |