Opened 13 years ago
Last modified 8 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 13 years ago by
Version: | 3.6.3 (SVN - trunk) → 3.6.2 |
---|
comment:2 Changed 13 years ago by
Keywords: | iOS added |
---|
comment:3 Changed 13 years ago by
- No, i copy it in Safari - point on a picture on a webpage - choose "copy"
- Yes its has an URL
comment:5 Changed 11 years ago by
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 11 years ago by
Summary: | Paste images does not work on iOS → [iOS] Paste images does not work on iOS |
---|
comment:8 Changed 8 years ago by
Hi, any updates on this issue? https://bugs.webkit.org/show_bug.cgi?id=49141 have been marked as fixed.
Could you tell me how you copy this image?