Opened 9 years ago
Last modified 8 years ago
#13786 confirmed Bug
iOS widget copy paste fails.
Reported by: | Tade0 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.4 |
Keywords: | Cc: |
Description
Steps to reproduce
- Create a block widget(media embed).
- Copy the widget to the clipboard.
- Paste the widget to the same editor.
Expected result
The pasted widget should appear.
Actual result
A 1x1 pixel image shows up instead.
Other details (browser, OS, CKEditor version, installed plugins)
Safari/iOS 9. Tested widgets with various content - all give the same result. According to the source view a 1x1 gif is inserted, much like in #8881.
Change History (13)
comment:1 Changed 9 years ago by
Milestone: | → CKEditor 4.5.5 |
---|
comment:2 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
In Safari 9 @ MacOS everything works fine, so it must be iOS only. Buuuut... I cannot actually reproduce it on iOS too. It isn't possible to copy a widget at all because widget's selection is fake (and underneath there's a collapsed selection, so native copy button isn't visible at all). This actually could be improved because instead of making a collapsed selection when we are faking widget selection, we could make a non-collapsed one. Curious how that would work...
Anyway, I don't understand how did you reproduce these issues.
comment:5 Changed 9 years ago by
Milestone: | CKEditor 4.5.5 → CKEditor 4.5.6 |
---|
comment:6 Changed 9 years ago by
Milestone: | CKEditor 4.5.6 → CKEditor 4.5.7 |
---|
comment:7 Changed 9 years ago by
Milestone: | CKEditor 4.5.7 → CKEditor 4.5.8 |
---|
comment:8 Changed 9 years ago by
Milestone: | CKEditor 4.5.8 → CKEditor 4.5.9 |
---|
comment:9 Changed 9 years ago by
Milestone: | CKEditor 4.5.9 → CKEditor 4.5.10 |
---|
comment:10 Changed 8 years ago by
Milestone: | CKEditor 4.5.10 → CKEditor 4.5.11 |
---|
Moving tickets to the next milestone.
comment:11 Changed 8 years ago by
Milestone: | CKEditor 4.5.11 → CKEditor 4.6.1 |
---|
comment:12 Changed 8 years ago by
Milestone: | CKEditor 4.6.1 → CKEditor 4.7.0 |
---|
comment:13 Changed 8 years ago by
Milestone: | CKEditor 4.7.0 |
---|
Since there's no interest around this bug we're dropping the milestone.
I checked 4.4.8 and 4.5.0 version using image2 and code snippet and blocks widget copy and paste is broken in all cases. What is intersting the copied widget is also removed.
When I tried to copy image2 in http://tests.ckeditor.dev:1030/tests/plugins/clipboard/manual/draganddrop on the master branch I was able to copy image but it is pasted as "<img src="webkit-fake-url://<hash>" />"