Difference between revisions of "AppSuite:Paste inline images"

(Created page with "{{Stability-experimental}} '''Abstract: ''' Pasting images is basically supported by any major browser. But there are several difficulties to provide a cross-browser solution...")
 
Line 20: Line 20:
 
| Chrome
 
| Chrome
 
| 43.0.2357.81
 
| 43.0.2357.81
|
+
|  
 
|-
 
|-
 
| Safari
 
| Safari
Line 32: Line 32:
 
| Internet Explorer
 
| Internet Explorer
 
| 11.0.9600.16428
 
| 11.0.9600.16428
|  
+
| IE 10 does not support image pasting.
 
|-
 
|-
 
|}
 
|}

Revision as of 13:04, 28 May 2015

API status: In Development

Abstract: Pasting images is basically supported by any major browser. But there are several difficulties to provide a cross-browser solution. This article covers, how to paste images into the different browsers.

Paste images

If speaking about pasting images, it is important to consider the source where the image was copied. Basically, copying images from an application is possible (for details see Section Applications). It seems like these applications are simply storing the image data in the clipboard which can be accessed by the paste events of the browser.

Pasting images from a folder of the operating system does not work on any tested environment. Whereas OS X does provide the filename and a dummy picture, the clipboard of all browsers on Windows Systems remains empty.

Support

The following table lists all major browsers and their ability to insert pasted images from applications.

browser paste support (version) specifics
Chrome 43.0.2357.81
Safari 8.0.6
Firefox 38.0.1
Internet Explorer 11.0.9600.16428 IE 10 does not support image pasting.


Applications

This table lists some applications which were used to copy an image and paste it into a browser afterwards.

application paste support operating system
Finder no OS X
Preview yes OS X
Fotos yes OS X
Chrome yes OS X and Windows
Internet Explorer yes Windows
Windows Explorer no Windows