Opened 8 years ago
Last modified 8 years ago
#13359 confirmed Bug
[Chrome android] Copying and pasting image2 results uploading image
Reported by: | Artur Delura | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 Beta |
Keywords: | Cc: |
Description (last modified by )
- Open http://tests.ckeditor.dev:1030/tests/plugins/clipboard/manual/paste
- Select all content (which includes image2) in editor.
- Cut content.
- Paste removed content again.
Two images are uploaded.
Change History (4)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 8 years ago by
What is also interesting when I tried to insert a new image: I choose a random image in the browser and selected "Copy image URL", I get data:...
instead of URL when I pasted it to the URL field. The same when I tried to copy URL to the image from the browsers address bar.
comment:4 Changed 8 years ago by
Version: | → 4.5.0 Beta |
---|
It is most probably because working on uploading on Chrome we assumed that Clipboard API works fine there and on Android it is not supported, so internal pastes are marked as external. Also I believe that it is drag handler what is uploaded.