#12051 closed Bug (invalid)
Misbehaviour of paste option in CKEditor
Reported by: | rishi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | |
Keywords: | Cc: | nehru.chandrasekaran@… |
Description
There is a issue in pasting option,
If we have pasted more than two times, the paste option is misbehaving like pasting the empty spaces instead of cut/copy content.
Attachments (3)
Change History (12)
comment:1 follow-up: 2 Changed 11 years ago by
Status: | new → pending |
---|---|
Version: | 4.4.0 |
comment:2 Changed 11 years ago by
Replying to j.swiderski:
Please provide the build-config.js file, data you paste and screen cast for this issue or at least plain step by step scenario that explains what to do.
Steps to reproduce the issue,
1) Type some content on to the editor 2) select some text from the editor and perform Ctrl+C/Ctrl+x from the editor. 3) Now using Ctrl+V pasting the content in the editor, pasting empty spaces instead of copy/cut content when paste is used more than twice.
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
I have tried this issue on demo, default editor with different enter modes and nothing weird happened. I'm closing this issue as invalid.
@Rishi if you don't agree please explain exactly what configuration you have that allows you reproducing this error with steps mentioned in previous comment.
If you have any third-party plugins, please uninstall them and try again.
Changed 11 years ago by
comment:4 Changed 11 years ago by
@swiderski
1) If the user cuts the some lines of content 2) User clicked the paste option.
The pasting content is an empty line space.
Please check the paste.zip from the attachment.
comment:5 Changed 11 years ago by
Version: | → 4.4.0 |
---|
comment:6 Changed 11 years ago by
This issue is similar to the Ticket #12025. Can you please validate and let me know the comments on it.
comment:7 Changed 11 years ago by
Please tell me in which browser you get this and if you are able to reproduce this issue on our demo page http://ckeditor.com/demo. If not, I will not continue this issue. i have tried several times and to me it looks all good.
If you think otherwise please explain in detail
- What browser does it concern?
- What CKEditor configuration? What config options have you used and please send your build-config.js
- Please also send screen cast (e.g. jing video) showing your TC steps.
I'm attaching my reproduction steps so that you could see that everything is ok. If I have missed anything in that video, please tell me what it was.
Changed 11 years ago by
Attachment: | 2014-06-04_1150.swf added |
---|
comment:8 Changed 11 years ago by
Please check the attachment Config_Screen_Shot.zip for build-config.js,config.js and screen cast showing my TC steps.
Changed 11 years ago by
Attachment: | Config_Screen_Shot.zip added |
---|
comment:9 Changed 11 years ago by
Version: | 4.4.0 |
---|
- You are right your issue looks very similar to #10225
- From what I have checked you are both using CKEditor standard mode with wordcount plugin.
Word count plugin is third-party plugin and I know that some issues were reported for it. It is possible that this plugin (perhaps plus something in your application e.g. third-party script) is causing this behaviour.
Please also try removing this plugin, clearing IE cache (this is not Ctrl+F5) and then checking your sample again.
Please note that your IE (you haven't mentioned till now which one you use) is displaying message that errors have occurred on page. You should check them with IE dev-tools.
You haven't also told me if you are able to reproduce this issue on demo page or not. I have tried many times and haven't managed to do it thus I rather 100% convinced this issue is invalid and caused by your specific implementation.
Please provide the build-config.js file, data you paste and screen cast for this issue or at least plain step by step scenario that explains what to do.