﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12625	Bug: Pasting image is not working properly in Chrome	Azaret		"'''Descriptive summary''' 
Pasting image is not working properly in Chrome.

'''Steps to reproduce'''
1- Copy an image from any source
2- Open ckeditor in Chrome
3- Paste by hitting ctrl+v

'''Browser and OS'''
Chrome 38 & 39 (at least)
Windows 7

'''Full report'''
While pasting an image in Chrome, it looks like nothing is happening in CKEditor. I tested it on the demo page and on the nightly without success (tested as 2014-11-04 at 2pm).

When watching what's happening on the DOM/JS, I see that CKEditor paste some Unicode char instead of the image. 
I went through the javascript code, and I see that CKEditor use contenteditable to paste the clipboard, however Chrome does not support pasting of image for contenteditable, however it works nicely when using clipboardData object in javascript."	Bug	closed	Normal		Core : Pasting		duplicate		gregoire.daussin@…
