Opened 14 years ago
Closed 11 years ago
#7160 closed Bug (wontfix)
Cannot "paste" the form element on top of the page
Reported by: | naresh.sivaraman | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 3.5.1 |
Keywords: | Oracle IE6 IE7 | Cc: |
Description
Related to Ticket 6672 :
Tested the CKEditor 3.5.1 in IE7:
Found that the 'form' did get cut when using 'Cut' icon. But found that I could not use 'Paste' icon or Ctrl+v afterwards to paste the form. The form seems to be lost.
Attachments (2)
Change History (15)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.5.1 → 3.0 |
comment:2 Changed 14 years ago by
Keywords: | Oracle added |
---|
Changed 14 years ago by
Attachment: | 7160.patch added |
---|
comment:3 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
comment:4 Changed 14 years ago by
Garry,
The fix provided for http://dev.ckeditor.com/ticket/6672 does not seem to be fully fixing the issue.
(a) If the forms has any content though, the issue appears again. This has been mentioned by fredck himself. (b) After inserting an empty form, going to source and wysiwyg also makes the issue reappear.
Please let us know if these are not-fixable.
And I also tried taking up the patch provided here(and the one provided in 6672) and applying on my 3.4.2 CKEDITOR. I was still not able to paste. Please let me know how I can proceed.
comment:5 Changed 14 years ago by
Milestone: | → CKEditor 3.5.3 |
---|
comment:6 Changed 14 years ago by
Status: | review → review_failed |
---|
Patch does not fix the issue for me.
comment:7 Changed 14 years ago by
Keywords: | IE added |
---|
This looks like an IE issue. I'm not sure it could ever be fixed.
comment:8 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | review_failed → closed |
I can confirm also that the patch doesn't really help.
comment:9 Changed 14 years ago by
Keywords: | CantFix added |
---|
comment:10 Changed 14 years ago by
Milestone: | CKEditor 3.5.3 |
---|
Changed 14 years ago by
Attachment: | 7160_2.patch added |
---|
comment:11 Changed 14 years ago by
Keywords: | CantFix removed |
---|---|
Resolution: | wontfix |
Status: | closed → reopened |
Browser test shows that it's not her problem, so I decided to recheck all the suspicious code and have found it's partially caused by #5504 which I didn't manage to reproduce now on trunk. Another clue leads me to a flaw in the selection restoring logic we have right now also, so the bug is a combination of those two culprits.
comment:12 Changed 13 years ago by
Keywords: | IE6 IE7 added; IE removed |
---|---|
Status: | reopened → confirmed |
Version: | 3.0 → 3.5.1 |
This issue is a continuation of #6672.
If the form is cut using "Cut" icon it gets lost and it can't be pasted anymore. Only "Undo" brings back the form.
NOTES:
- IMO issue has been reproducible only from CKE 3.5.1 when cutting with icon was enabled.
- I have managed to reproduce the issue only in IE6 and IE7
comment:13 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
It seems that it doesn't happen on any IE we currently support.
Applies to all IE versions.