﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14771	ev.editor.setKeystroke(CKEDITOR.CTRL + 86, 'pastetext') pasting text into window BEFORE dialog has opened.	ukjezza		"I'm trying to intercept the CTRL + V keystrokes to open the ckeditor default 'Paste' dialog window.

== Steps to reproduce ==

1.         
$(window).load(function() {

            CKEDITOR.on('instanceReady', function (ev) {
                ev.editor.setKeystroke(CKEDITOR.CTRL + 86, 'pastetext');
            });
}


2. CTRL + V paste into main editor window

== Expected result ==
'Paste' dialog should pop up ready for text to be pasted into it.

== Actual result ==
Text is pasted into the editor BEFORE 'Paste' dialog has opened.

(Using ckeditor version 4.3.3 in Chrome Version 51.0.2704.106)
"	Bug	closed	Normal		General	4.3.3	invalid		
