Opened 12 years ago
Last modified 12 years ago
#9127 closed Bug
IE6-8 selection range lost when pasting with dialog — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.4 |
Keywords: | Cc: |
Description
I have found it when checking #8849.
To reproduce:
- Load the "replacebyclass" sample;
- Select first line and copy/paste it. You should have 7 lines.
- Select the bold text "sample text" in third line from the bottom;
- Press Tab key to move focus outside of editor;
- Click on "Paste" toolbar button, choose to deny clipboard access in order to bring up dialog.
- Fill in the dialog with some text "abc" then click on Ok
Result: Selection is applied to wrong text.
- This particular issue has been reproducible from rev. [7518]
- Before this rev. the above TC produced JS error:
Message: Invalid argument.
Line: 802
URI: /ckeditor/_source/plugins/selection/plugin.js
It has been reproducible from rev. [7239] to [7883]; got fixed and showed up again from [7447] to [7517]