Opened 13 years ago
Last modified 13 years ago
#8694 confirmed Bug
IE: copy/paste problem in pre tag
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 3.1 |
Keywords: | IE | Cc: |
Description
Steps to reproduce :
- Go the ckeditor.com/demo , clear the content
- Go to Source view
- Paste or Type the following code:
<pre> This is test number one This is test number two This is another test </pre>
- Go back to Design view
- Select word
^number^
on the first line, press Ctrl+C (copy) - Select
^This^
on the second line , press Ctrl+V (overwriting 'This' with 'number')
Expected behavior:
The copied text should replace the contents ( 'This' should be replaced with 'number' )
Actual behavior:
Part of the original content is still visible.
Issue has been reproducible from CKEditor 3.1 in all versions of IE.