Opened 12 years ago

Last modified 7 years ago

#8881 new Bug

[iOS] Paste images does not work on iOS

Reported by: Magnus Karlsson Owned by:
Priority: Normal Milestone:
Component: Core : Pasting Version: 3.6.2
Keywords: iOS Cc:

Description

If you copy an image on iOS (5.1 tested), it looks like its working, but if you show the source it shows: <img src="webkit-fake-url://749E63E5-2740-41C0-BACB-512E6198931E/imagejpeg" /></p>

No one Else can see this image...

Is it possible to paste it as URI image? See: http://en.wikipedia.org/wiki/Data_URI_scheme

Change History (8)

comment:1 Changed 12 years ago by Frederico Caldeira Knabben

Version: 3.6.3 (SVN - trunk)3.6.2

comment:2 Changed 12 years ago by Jakub Ś

Keywords: iOS added

If you copy an image on iOS (5.1 tested),

Could you tell me how you copy this image?

  1. You drag and drop it?
  2. Does this image has URL (you know http://www.aaa.com/a.jpg) or you copy it from your phone (it is placed locally on your phone)?

comment:3 Changed 12 years ago by Magnus Karlsson

  1. No, i copy it in Safari - point on a picture on a webpage - choose "copy"
  2. Yes its has an URL

comment:4 Changed 11 years ago by Jakub Ś

#9956 was marked as duplicate.

comment:5 Changed 11 years ago by Claire Martinez

webkit-fake-url:// should probably be filtered on paste

Webkit allows you to copy and paste images to content-editable regions, but the result is an aptly-named "webkit-fake-url" that (as far as I can tell) is completely useless for anything other than displaying the image in the local browser (there's apparently no way to get at the data from Javascript).

There's an open (but unassigned) issue in the Webkit tracker requesting that this be replaced with a data-uri: https://bugs.webkit.org/show_bug.cgi?id=49141

comment:6 Changed 10 years ago by Jakub Ś

Summary: Paste images does not work on iOS[iOS] Paste images does not work on iOS

comment:7 Changed 9 years ago by Olek Nowodziński

Related ticket #13029.

comment:8 Changed 7 years ago by Irina

Hi, any updates on this issue? https://bugs.webkit.org/show_bug.cgi?id=49141 have been marked as fixed.

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