Changes between Initial Version and Version 2 of Ticket #12666
- Timestamp:
- Nov 27, 2014, 1:49:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12666
- Property Keywords IBM IE Firefox added
-
Ticket #12666 – Description
initial v2 2 2 3 3 Steps to reproduce: 4 1) create a html file with the following content: 4 1. create a html file with the following content: 5 {{{ 5 6 <html><title></title><body> 6 7  1<br> … … 8 9    3 9 10 </body></html> 10 2) Open the file in firefox and copy all 3 lines. 11 3) Paste into a ckeditor text field (I'm currently using http://ckeditor.com/demo#inline for testing) 11 }}} 12 2. Open the file in firefox and copy all 3 lines. 13 3. Paste into a ckeditor text field (I'm currently using http://ckeditor.com/demo#inline for testing) 12 14 13 Actual behavior: 15 Actual behavior:[[BR]] 14 16 All double byte white spaces are dropped. 15 17 16 Expected behavior: 18 Expected behavior:[[BR]] 17 19 They should be retained. 18 20 19 Additional information: 21 Additional information:[[BR]] 20 22 If the same html file is opened in Chrome and copying happens from a Chrome browser, pasting into ckeditor text field succeeds as expected.