Opened 9 years ago
Closed 9 years ago
#13460 closed Bug (fixed)
[IE8] Broken copying of inline widgets
Reported by: | Olek Nowodziński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.2 |
Component: | Core : Pasting | Version: | 4.3 Beta |
Keywords: | Cc: |
Description
clipboard/manual/paste
- Visit http://tests.ckeditor.dev:10450/tests/plugins/clipboard/manual/paste
- Copy and paste an inline widget.
It works.
widget/manual/inline
- Visit http://tests.ckeditor.dev:10450/tests/plugins/widget/manual/inline
- Copy and paste an inline widget.
It doesn't work. It looks like paste bin is displayed (slight scroll) but nothing is pasted.
The difference between tests might be the key to the mystery.
Attachments (2)
Change History (9)
Changed 9 years ago by
Attachment: | ie8Clipboard:widget:manual:inline.mp4 added |
---|
Changed 9 years ago by
Attachment: | ie8Cliboard:manual:paste.mp4 added |
---|
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|---|
Summary: | [IE8] Broken pasting of inline widgets → [IE8] Broken copying of inline widgets |
comment:2 Changed 9 years ago by
- Fact: It's because of
allowedContent: true
added to the test in git:eb8898c888. - Fact: I bisected and it looks like... it's not a regression. It's never been working.
comment:3 Changed 9 years ago by
Milestone: | CKEditor 4.5.1 |
---|
Ha! I remember now. I already found this bug long time ago and yes - it never worked :D.
comment:4 Changed 9 years ago by
Milestone: | → CKEditor 4.5.1 |
---|
Or we can try to fix it. Even by regexp.
comment:5 Changed 9 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | confirmed → assigned |
comment:7 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Version: | → 4.3 Beta |
Fixed on master with git:e561d84.
It's copy what's broken. The copybin gets into clipboard and that makes the problem... But it's very very weird that it happens in this sample and no where else ;/