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

  1. Create a block widget(media embed).
  2. Copy the widget to the clipboard.
  3. 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 Piotrek Koszuliński

Milestone: CKEditor 4.5.5

comment:2 Changed 9 years ago by Piotr Jasiun

Status: newconfirmed

comment:3 Changed 9 years ago by Piotr Jasiun

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>" />"

comment:4 Changed 9 years ago by Piotrek Koszuliński

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 Marek Lewandowski

Milestone: CKEditor 4.5.5CKEditor 4.5.6

comment:6 Changed 9 years ago by Marek Lewandowski

Milestone: CKEditor 4.5.6CKEditor 4.5.7

comment:7 Changed 9 years ago by Marek Lewandowski

Milestone: CKEditor 4.5.7CKEditor 4.5.8

comment:8 Changed 9 years ago by Marek Lewandowski

Milestone: CKEditor 4.5.8CKEditor 4.5.9

comment:9 Changed 9 years ago by Marek Lewandowski

Milestone: CKEditor 4.5.9CKEditor 4.5.10

comment:10 Changed 8 years ago by Marek Lewandowski

Milestone: CKEditor 4.5.10CKEditor 4.5.11

Moving tickets to the next milestone.

comment:11 Changed 8 years ago by Marek Lewandowski

Milestone: CKEditor 4.5.11CKEditor 4.6.1

comment:12 Changed 8 years ago by Marek Lewandowski

Milestone: CKEditor 4.6.1CKEditor 4.7.0

comment:13 Changed 8 years ago by Marek Lewandowski

Milestone: CKEditor 4.7.0

Since there's no interest around this bug we're dropping the milestone.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy